Loading images/python3/Dockerfile +1 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,7 @@ 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 \ python3 -m pip install --progress-bar=off --no-cache-dir --upgrade --break-system-packages \ pipenv \ poetry \ tox \ Loading Loading
images/python3/Dockerfile +1 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,7 @@ 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 \ python3 -m pip install --progress-bar=off --no-cache-dir --upgrade --break-system-packages \ pipenv \ poetry \ tox \ Loading