summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-07-10 19:27:37 -0400
committerLauri Ojansivu <x@xet7.org>2019-07-10 19:27:37 -0400
commit6f90a8d0273bdc65e025bcb6b8e81b26039eb53c (patch)
tree4e528012ba1d7ad47742dacef65232622bafd127 /Dockerfile
parent7a03e0ef12428f36fc3ae113b07b1b43e9ef2206 (diff)
downloadwekan-6f90a8d0273bdc65e025bcb6b8e81b26039eb53c.tar.gz
wekan-6f90a8d0273bdc65e025bcb6b8e81b26039eb53c.tar.bz2
wekan-6f90a8d0273bdc65e025bcb6b8e81b26039eb53c.zip
Try to fix Dockerfile.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 3d8c0923..b7fd1ebb 100644
--- a/Dockerfile
+++ b/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} && \
\