Skip to content
Commits on Source (2)
...@@ -12,8 +12,7 @@ RUN curl -fsSL https://apt.releases.hashicorp.com/gpg | \ ...@@ -12,8 +12,7 @@ RUN curl -fsSL https://apt.releases.hashicorp.com/gpg | \
python3-setuptools \ python3-setuptools \
python3-venv \ python3-venv \
&& \ && \
python3 -m pip install --no-cache-dir --upgrade pip && \ python3 -m pip install --no-cache-dir --break-system-packages \
python3 -m pip install --no-cache-dir \
docker-compose \ docker-compose \
pipenv \ pipenv \
poetry \ poetry \
......
...@@ -6,8 +6,7 @@ RUN apt-get update && \ ...@@ -6,8 +6,7 @@ RUN apt-get update && \
python3-pip \ python3-pip \
python3-venv \ 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 --break-system-packages \
python3 -m pip install --progress-bar=off --no-cache-dir --upgrade \
pipenv \ pipenv \
poetry \ poetry \
tox \ tox \
......