Try to fix Dockerfile.

This commit is contained in:
Lauri Ojansivu 2019-07-10 19:20:38 -04:00
parent aa7ad516ee
commit 7a03e0ef12

View file

@ -176,8 +176,9 @@ RUN \
#DOES NOT WORK: paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303
#paxctl -mC `which node` && \
\
# Install Node dependencies
# Install Node dependencies. Python path for node-gyp.
npm install -g npm@${NPM_VERSION} && \
npm config set python /usr/bin/python && \
npm install -g node-gyp && \
npm install -g fibers@${FIBERS_VERSION} && \
\