Explorar o código

Try to fix Dockerfile.

Lauri Ojansivu %!s(int64=6) %!d(string=hai) anos
pai
achega
6f90a8d027
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -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} && \
     \