mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 21:47:10 -04:00
Use fibers 1.0.15 because 2.0.0 is broken.
This commit is contained in:
parent
e560a0bc9d
commit
86e2744c24
1 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,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}
|
||||
ENV NPM_VERSION ${NPM_VERSION:-4.6.1}
|
||||
ENV FIBERS_VERSION ${FIBERS_VERSION:-1.0.15}
|
||||
ENV ARCHITECTURE ${ARCHITECTURE:-linux-x64}
|
||||
ENV SRC_PATH ${SRC_PATH:-./}
|
||||
|
||||
|
@ -79,7 +80,7 @@ RUN \
|
|||
# Install Node dependencies
|
||||
npm install -g npm@${NPM_VERSION} && \
|
||||
npm install -g node-gyp && \
|
||||
npm install -g fibers && \
|
||||
npm install -g fibers@{FIBERS_VERSION} && \
|
||||
\
|
||||
# Change user to wekan and install meteor
|
||||
cd /home/wekan/ && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue