summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-07-15 03:13:48 +0300
committerLauri Ojansivu <x@xet7.org>2017-07-15 03:13:48 +0300
commit52619ef622a4257001516cb63acd66af02832ff4 (patch)
treee7862ac2ddaf9f584e8937411b8bc262694d8cc8 /Dockerfile
parent6357d2fa8b7aa2c191fd692002894e5252603566 (diff)
downloadwekan-52619ef622a4257001516cb63acd66af02832ff4.tar.gz
wekan-52619ef622a4257001516cb63acd66af02832ff4.tar.bz2
wekan-52619ef622a4257001516cb63acd66af02832ff4.zip
Revert Debian 9 and gcc changes, because I got more errors with gpg not found and gosu permission denied.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 92132a4e..77f55ff3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM debian:9
+FROM debian:8.8
MAINTAINER wekan
# Declare Arguments
@@ -12,7 +12,7 @@ ARG ARCHITECTURE
ARG SRC_PATH
# Set the environment variables (defaults where required)
-ENV BUILD_DEPS="wget curl bzip2 build-essential python git ca-certificates gcc-6"
+ENV BUILD_DEPS="wget curl bzip2 build-essential python git ca-certificates gcc-4.9"
ENV GOSU_VERSION=1.10
ENV NODE_VERSION ${NODE_VERSION:-v4.8.4}
ENV METEOR_RELEASE ${METEOR_RELEASE:-1.4.4.1}