summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-04-23 15:10:05 +0300
committerLauri Ojansivu <x@xet7.org>2019-04-23 15:10:05 +0300
commit1fff4e0eed1faf823266cb762a3136c9f14ecc5d (patch)
treeff80b95aa2d355397a268eca8485bd1495ea02c8
parent9d2227bffbfa7a0e092691fa9e39cad0dc32cfe4 (diff)
downloadwekan-1fff4e0eed1faf823266cb762a3136c9f14ecc5d.tar.gz
wekan-1fff4e0eed1faf823266cb762a3136c9f14ecc5d.tar.bz2
wekan-1fff4e0eed1faf823266cb762a3136c9f14ecc5d.zip
Upgrade pip also.
-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