diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-07-30 22:07:17 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-07-30 22:07:17 +0300 |
commit | b9bcb8f9797dc2f90067ff5e7428a667aae9f669 (patch) | |
tree | 282b7a0fcefe91bfa07db6727a2dcbbe7c60336f /Dockerfile | |
parent | 1cc8452752ad75649b8de42072dc6645cad4f83a (diff) | |
download | wekan-b9bcb8f9797dc2f90067ff5e7428a667aae9f669.tar.gz wekan-b9bcb8f9797dc2f90067ff5e7428a667aae9f669.tar.bz2 wekan-b9bcb8f9797dc2f90067ff5e7428a667aae9f669.zip |
Try to fix glibc in Dockerfile.
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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="apt-utils gnupg gosu wget curl bzip2 build-essential python git ca-certificates gcc-7" +ENV BUILD_DEPS="glibc 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} |