summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-01-22 16:53:39 +0200
committerLauri Ojansivu <x@xet7.org>2018-01-22 16:53:39 +0200
commit52aa22f36a1d561ac9a8be78fbd863897031bf11 (patch)
treed463a2fd0d0e9f29ac00d78b98462927e99497ad /Dockerfile
parentbc6217854a814f0431fc657eeb35f75994aa6404 (diff)
downloadwekan-52aa22f36a1d561ac9a8be78fbd863897031bf11.tar.gz
wekan-52aa22f36a1d561ac9a8be78fbd863897031bf11.tar.bz2
wekan-52aa22f36a1d561ac9a8be78fbd863897031bf11.zip
Try Debian 10 buster with Docker
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 111f4697..b1ae2f6e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM debian:jessie-slim
+FROM debian:buster-slim
MAINTAINER wekan
# Declare Arguments
@@ -13,7 +13,7 @@ ARG SRC_PATH
# Set the environment variables (defaults where required)
# paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303
-ENV BUILD_DEPS="apt-utils wget curl bzip2 build-essential python git ca-certificates gcc-4.9 paxctl"
+ENV BUILD_DEPS="apt-utils gnupg wget curl bzip2 build-essential python git ca-certificates gcc-7 paxctl"
ENV GOSU_VERSION=1.10
ENV NODE_VERSION ${NODE_VERSION:-v8.9.3}
ENV METEOR_RELEASE ${METEOR_RELEASE:-1.6.0.1}