summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorDaniel Davis <danielpatrick@gmail.com>2019-02-06 10:12:32 -0600
committerGitHub <noreply@github.com>2019-02-06 10:12:32 -0600
commitf11d42e72d3c71057ea9ea9e93948032aab04078 (patch)
tree89ee29843351b532ba7813d50f2337fe6d1c35f4 /Dockerfile
parent329c8d64a824f12b1352dc2f6277ee08e1c4df58 (diff)
downloadwekan-f11d42e72d3c71057ea9ea9e93948032aab04078.tar.gz
wekan-f11d42e72d3c71057ea9ea9e93948032aab04078.tar.bz2
wekan-f11d42e72d3c71057ea9ea9e93948032aab04078.zip
Add a debug argument
Implementing this for OIDC debugging, but I think it will be broadly useful for runtime debugging.
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 \