Skip to content

Commit

Permalink
ubuntu fix for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Nov 5, 2024
1 parent fd976c6 commit 7e30ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ RUN apt-get update \
&& apt-get clean all

# https://pypi.org/project/pip/
RUN pip3 install --break-system-packages --no-cache-dir --upgrade pip==24.3.1 && \
pip3 install --break-system-packages --no-cache-dir \
# RUN pip3 install --break-system-packages --no-cache-dir --upgrade pip==24.3.1 && \
RUN pip3 install --break-system-packages --no-cache-dir \
# https://pypi.org/project/ansible/
ansible==10.5.0 \
# https://pypi.org/project/ansible-lint/
Expand Down

0 comments on commit 7e30ece

Please sign in to comment.