diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-07-15 03:04:46 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-07-15 03:04:46 +0300 |
commit | 6357d2fa8b7aa2c191fd692002894e5252603566 (patch) | |
tree | c72c96d9edae95c5ed2e6d70d0c82fb6a054e2fa | |
parent | 67f5a1326b74b2b54a56f816bcf3254d8fbf4547 (diff) | |
download | wekan-6357d2fa8b7aa2c191fd692002894e5252603566.tar.gz wekan-6357d2fa8b7aa2c191fd692002894e5252603566.tar.bz2 wekan-6357d2fa8b7aa2c191fd692002894e5252603566.zip |
Try gcc 6 on Debian 9
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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-4.9" +ENV BUILD_DEPS="wget curl bzip2 build-essential python git ca-certificates gcc-6" ENV GOSU_VERSION=1.10 ENV NODE_VERSION ${NODE_VERSION:-v4.8.4} ENV METEOR_RELEASE ${METEOR_RELEASE:-1.4.4.1} |