mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
Try to fix Dockerfile.
This commit is contained in:
parent
7a03e0ef12
commit
6f90a8d027
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ RUN \
|
||||||
\
|
\
|
||||||
# Install Node dependencies. Python path for node-gyp.
|
# Install Node dependencies. Python path for node-gyp.
|
||||||
npm install -g npm@${NPM_VERSION} && \
|
npm install -g npm@${NPM_VERSION} && \
|
||||||
npm config set python /usr/bin/python && \
|
npm config set python python2.7 && \
|
||||||
npm install -g node-gyp && \
|
npm install -g node-gyp && \
|
||||||
npm install -g fibers@${FIBERS_VERSION} && \
|
npm install -g fibers@${FIBERS_VERSION} && \
|
||||||
\
|
\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue