Browse Source

.devcontainer/Dockerfile contained duplicated logic

Martin Filser 3 năm trước cách đây
mục cha
commit
58782c9a89
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      .devcontainer/Dockerfile

+ 0 - 2
.devcontainer/Dockerfile

@@ -162,8 +162,6 @@ ENV \
 RUN set -o xtrace \
 RUN set -o xtrace \
   && useradd --user-group -m --system --home-dir /home/wekan wekan \
   && useradd --user-group -m --system --home-dir /home/wekan wekan \
   && apt-get update \
   && apt-get update \
-  && apt-get install --assume-yes --no-install-recommends ${BUILD_DEPS} && \
-  && apt-get install --assume-yes --no-install-recommends apt-utils apt-transport-https ca-certificates 2>&1 \
   && apt-get install --assume-yes --no-install-recommends ${BUILD_DEPS}
   && apt-get install --assume-yes --no-install-recommends ${BUILD_DEPS}
 
 
 # OLD:
 # OLD: