summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-07-30 22:10:49 +0300
committerLauri Ojansivu <x@xet7.org>2018-07-30 22:10:49 +0300
commit6a23f73d94ad6b4136e815c61b0bf132b8e476e1 (patch)
tree3a46b864b2db1d64bbef09fcdede77aeca539f29 /Dockerfile
parentb9bcb8f9797dc2f90067ff5e7428a667aae9f669 (diff)
downloadwekan-6a23f73d94ad6b4136e815c61b0bf132b8e476e1.tar.gz
wekan-6a23f73d94ad6b4136e815c61b0bf132b8e476e1.tar.bz2
wekan-6a23f73d94ad6b4136e815c61b0bf132b8e476e1.zip
Reverting change, Docker container did not build.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 19bc150b..4268e472 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,7 @@ ARG SRC_PATH
# Set the environment variables (defaults where required)
# DOES NOT WORK: paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303
# ENV BUILD_DEPS="paxctl"
-ENV BUILD_DEPS="glibc apt-utils gnupg gosu wget curl bzip2 build-essential python git ca-certificates gcc-7"
+ENV BUILD_DEPS="apt-utils gnupg gosu wget curl bzip2 build-essential python git ca-certificates gcc-7"
ENV NODE_VERSION ${NODE_VERSION:-v8.11.3}
ENV METEOR_RELEASE ${METEOR_RELEASE:-1.6.0.1}
ENV USE_EDGE ${USE_EDGE:-false}