summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-07-10 18:17:09 -0400
committerLauri Ojansivu <x@xet7.org>2019-07-10 18:17:09 -0400
commit7f16c55ff4fcd50cb441fd35c5c484b98e01fe4b (patch)
treece156777fcfc49bf34be2a45f3029ef72b682cfd /Dockerfile
parent15e4d89d202c5719ced4ddf6a226b6a74e5b61e5 (diff)
downloadwekan-7f16c55ff4fcd50cb441fd35c5c484b98e01fe4b.tar.gz
wekan-7f16c55ff4fcd50cb441fd35c5c484b98e01fe4b.tar.bz2
wekan-7f16c55ff4fcd50cb441fd35c5c484b98e01fe4b.zip
Add missing Python that is used during build.
Thanks to xet7 !
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 207813c2..f3e0885e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ 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"
-ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 build-essential python3 python3-pip git ca-certificates gcc-8" \
+ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 build-essential python python3 python3-pip git ca-certificates gcc-8" \
DEBUG=false \
NODE_VERSION=v8.16.0 \
METEOR_RELEASE=1.8.1 \