From 1fff4e0eed1faf823266cb762a3136c9f14ecc5d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 23 Apr 2019 15:10:05 +0300 Subject: Upgrade pip also. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-1-g7c22