Dockerfile apt => apt-get

pull/1441/head
Lauri Ojansivu 7 years ago
parent b2c9d47b0f
commit d2ce41694f
  1. 2
      Dockerfile

@ -32,7 +32,7 @@ RUN \
useradd --user-group --system --home-dir /home/wekan wekan && \
\
# OS dependencies
apt update -y && apt install -y --no-install-recommends ${BUILD_DEPS} && \
apt-get update -y && apt-get install -y --no-install-recommends ${BUILD_DEPS} && \
\
# Gosu installation
GOSU_ARCHITECTURE="$(dpkg --print-architecture | awk -F- '{ print $NF }')" && \

Loading…
Cancel
Save