mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
.devcontainer/Dockerfile contained duplicated logic
This commit is contained in:
parent
c3824dcbd2
commit
58782c9a89
1 changed files with 0 additions and 2 deletions
|
@ -162,8 +162,6 @@ ENV \
|
|||
RUN set -o xtrace \
|
||||
&& useradd --user-group -m --system --home-dir /home/wekan wekan \
|
||||
&& 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}
|
||||
|
||||
# OLD:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue