summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-02-11 16:46:12 +0200
committerLauri Ojansivu <x@xet7.org>2019-02-11 16:46:12 +0200
commitfcac5d10334aa10b76799bc678356870ffacbb15 (patch)
tree47b0f55be86601b1876241c06e3db5c0e913750a /Dockerfile
parentf69392566a4eb57cfb6c82514d75cbb32b40ccc7 (diff)
parent2d291c8f5ea747c0097879cb0d9fc5e4c317a301 (diff)
downloadwekan-fcac5d10334aa10b76799bc678356870ffacbb15.tar.gz
wekan-fcac5d10334aa10b76799bc678356870ffacbb15.tar.bz2
wekan-fcac5d10334aa10b76799bc678356870ffacbb15.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 240fb0b7..ff6243d5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,6 +2,7 @@ FROM debian:buster-slim
LABEL maintainer="wekan"
# Declare Arguments
+ARG DEBUG
ARG NODE_VERSION
ARG METEOR_RELEASE
ARG METEOR_EDGE
@@ -76,6 +77,7 @@ ARG DEFAULT_AUTHENTICATION_METHOD
# DOES NOT WORK: paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303
# ENV BUILD_DEPS="paxctl"
ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 build-essential python python3 python3-distutils git ca-certificates gcc-7" \
+ DEBUG=false \
NODE_VERSION=v8.15.0 \
METEOR_RELEASE=1.6.0.1 \
USE_EDGE=false \