mirror of
https://github.com/wekan/wekan.git
synced 2026-02-05 08:01:49 +01:00
Use Node 4.6.7. Add paxctl fix to snap.
This commit is contained in:
parent
74877fd10d
commit
0c15048bdd
3 changed files with 15 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ ARG SRC_PATH
|
|||
# paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303
|
||||
ENV BUILD_DEPS="wget curl bzip2 build-essential python git ca-certificates gcc-4.9 paxctl"
|
||||
ENV GOSU_VERSION=1.10
|
||||
ENV NODE_VERSION ${NODE_VERSION:-v4.8.6}
|
||||
ENV NODE_VERSION ${NODE_VERSION:-v4.8.7}
|
||||
ENV METEOR_RELEASE ${METEOR_RELEASE:-1.4.4.1}
|
||||
ENV USE_EDGE ${USE_EDGE:-false}
|
||||
ENV METEOR_EDGE ${METEOR_EDGE:-1.5-beta.17}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue