mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 08:38:49 +01:00
Revert Debian 9 and gcc changes, because I got more errors with gpg not found and gosu permission denied.
This commit is contained in:
parent
6357d2fa8b
commit
52619ef622
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue