Skip to content

Commit

Permalink
appease pip; shouldn't effect this use case
Browse files Browse the repository at this point in the history
  • Loading branch information
intrand committed Jun 19, 2024
1 parent 335a5bf commit 475f6c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ RUN apk add --no-cache \
/etc/sudoers.d/0 \
/etc/sudoers.d/500 \
/etc/sudoers.d/1000 && \
python3 -m pip install --no-cache-dir --upgrade \
python3 -m pip install --break-system-packages --no-cache-dir --upgrade \
pip && \
python3 -m pip install --no-cache-dir --upgrade \
python3 -m pip install --break-system-packages --no-cache-dir --upgrade \
wheel \
setuptools && \
python3 -m pip install --no-cache-dir --upgrade \
python3 -m pip install --break-system-packages --no-cache-dir --upgrade \
ansible==${version} \
ansible-runner \
github3.py \
Expand Down

0 comments on commit 475f6c6

Please sign in to comment.