summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-04-23 19:51:53 +0300
committerLauri Ojansivu <x@xet7.org>2019-04-23 19:51:53 +0300
commit202f4235d741c85c8b95a9ae5d36c3b056d3cefa (patch)
treec11f92842be5bfee4caaa9ab7385d4fd2bb30c52 /Dockerfile
parent9d2227bffbfa7a0e092691fa9e39cad0dc32cfe4 (diff)
parent642002030919ad2db2121d9f5c3754faf9a6b965 (diff)
downloadwekan-202f4235d741c85c8b95a9ae5d36c3b056d3cefa.tar.gz
wekan-202f4235d741c85c8b95a9ae5d36c3b056d3cefa.tar.bz2
wekan-202f4235d741c85c8b95a9ae5d36c3b056d3cefa.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 5fef6c66..18791604 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -108,7 +108,7 @@ RUN \
\
# OS dependencies
apt-get update -y && apt-get install -y --no-install-recommends ${BUILD_DEPS} && \
- pip3 install -U setuptools wheel && \
+ pip3 install -U pip setuptools wheel && \
\
# Meteor installer doesn't work with the default tar binary, so using bsdtar while installing.
# https://github.com/coreos/bugs/issues/1095#issuecomment-350574389