Explorar o código

fix Dockerfile for devcontainer

Yuki Takei %!s(int64=4) %!d(string=hai) anos
pai
achega
f5292beaa9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .devcontainer/Dockerfile

+ 1 - 1
.devcontainer/Dockerfile

@@ -33,7 +33,7 @@ ENV DEBIAN_FRONTEND=noninteractive
 RUN apt-get update \
 RUN apt-get update \
    && apt-get -y install --no-install-recommends git-lfs \
    && apt-get -y install --no-install-recommends git-lfs \
       # for Cypress
       # for Cypress
-      libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb fonts-noto-cjk
+      libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb fonts-noto-cjk \
 
 
    # Clean up
    # Clean up
    && apt-get autoremove -y \
    && apt-get autoremove -y \