mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
Merge pull request #2181 from danpatdav/debug-oidc
Added debug flag and bumped salleman package version
This commit is contained in:
commit
9edf95ec93
2 changed files with 3 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ retry@1.0.9
|
||||||
routepolicy@1.0.12
|
routepolicy@1.0.12
|
||||||
rzymek:fullcalendar@3.8.0
|
rzymek:fullcalendar@3.8.0
|
||||||
salleman:accounts-oidc@1.0.10
|
salleman:accounts-oidc@1.0.10
|
||||||
salleman:oidc@1.0.10
|
salleman:oidc@1.0.11
|
||||||
service-configuration@1.0.11
|
service-configuration@1.0.11
|
||||||
session@1.1.7
|
session@1.1.7
|
||||||
sha@1.0.9
|
sha@1.0.9
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@ FROM debian:buster-slim
|
||||||
LABEL maintainer="wekan"
|
LABEL maintainer="wekan"
|
||||||
|
|
||||||
# Declare Arguments
|
# Declare Arguments
|
||||||
|
ARG DEBUG
|
||||||
ARG NODE_VERSION
|
ARG NODE_VERSION
|
||||||
ARG METEOR_RELEASE
|
ARG METEOR_RELEASE
|
||||||
ARG METEOR_EDGE
|
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
|
# DOES NOT WORK: paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303
|
||||||
# ENV BUILD_DEPS="paxctl"
|
# 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" \
|
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 \
|
NODE_VERSION=v8.15.0 \
|
||||||
METEOR_RELEASE=1.6.0.1 \
|
METEOR_RELEASE=1.6.0.1 \
|
||||||
USE_EDGE=false \
|
USE_EDGE=false \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue