Try to fix Dockerfile.

This commit is contained in:
Lauri Ojansivu 2019-07-10 19:27:37 -04:00
parent 7a03e0ef12
commit 6f90a8d027

View file

@ -178,7 +178,7 @@ RUN \
\
# Install Node dependencies. Python path for node-gyp.
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 fibers@${FIBERS_VERSION} && \
\