diff --git a/Dockerfile b/Dockerfile index 725a7be..b2c91b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,9 @@ RUN \ RUN \ set -eux && \ python3 --version && \ + curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \ + python3 get-pip.py && \ + rm get-pip.py && \ python3 -m pip install -U pip && \ pip3 --version && \ pip3 install --upgrade pip setuptools wheel && \