diff --git a/Dockerfile b/Dockerfile index 8cd7f37d04867f89ce98c51376480006dca265ec..f11fb0b5d606f27389359753fdb2cb3872a0086a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,9 +6,9 @@ RUN apt-get update && \ python3-pip \ python3-venv \ && \ + python3 -m pip install --progress-bar=off --no-cache-dir --upgrade pip && \ python3 -m pip install --progress-bar=off --no-cache-dir --upgrade \ docutils \ - pip \ pipenv \ poetry \ pygments \