diff options
author | Lauri Ojansivu <x@xet7.org> | 2020-04-27 16:14:02 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2020-04-27 16:14:02 +0300 |
commit | 280e66947e3afa878c41e876cf827ebcec81a2c6 (patch) | |
tree | 866e981b0feb7017749d3e533e6ce3604543d665 | |
parent | 1696bd688ecd58196817b170746caae321a7c773 (diff) | |
download | wekan-280e66947e3afa878c41e876cf827ebcec81a2c6.tar.gz wekan-280e66947e3afa878c41e876cf827ebcec81a2c6.tar.bz2 wekan-280e66947e3afa878c41e876cf827ebcec81a2c6.zip |
Fix Docker builds.
Thanks to xet7 !
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ LABEL maintainer="wekan" # 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" +ARG DEBIAN_FRONTEND=noninteractive + ENV BUILD_DEPS="apt-utils libarchive-tools gnupg gosu wget curl bzip2 g++ build-essential git ca-certificates python3" \ DEBUG=false \ NODE_VERSION=v12.16.2 \ |