summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-01-22 17:17:28 +0200
committerLauri Ojansivu <x@xet7.org>2018-01-22 17:17:28 +0200
commitd2ce41694fcea2358ab0e7d42039fb3c7c7bdb4a (patch)
treebfc35b3c5a31fd0657970345e000bb62ce5b41d7 /Dockerfile
parentb2c9d47b0f7b6ab96857659a9f038e66dfdee9fc (diff)
downloadwekan-d2ce41694fcea2358ab0e7d42039fb3c7c7bdb4a.tar.gz
wekan-d2ce41694fcea2358ab0e7d42039fb3c7c7bdb4a.tar.bz2
wekan-d2ce41694fcea2358ab0e7d42039fb3c7c7bdb4a.zip
Dockerfile apt => apt-get
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 5bab9c1f..4a77a484 100644
--- a/Dockerfile
+++ b/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 }')" && \