Skip to content

Commit

Permalink
fix pip on ubnutu v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Dec 19, 2024
1 parent fe9d9a5 commit 31926de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ rm -f /lib/systemd/system/anaconda.target.wants/*;
# https://pypi.org/project/pip/
RUN pipx install --global --force --include-deps \
# https://pypi.org/project/ansible/
ansible \
ansible
RUN pipx install --global --force --include-deps \
# https://pypi.org/project/ansible-lint/
ansible-lint \
ansible-lint
RUN pipx install --global --force --include-deps \
# https://pypi.org/project/yamllint/
yamllint

Expand Down
6 changes: 4 additions & 2 deletions Dockerfile-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ RUN pipx ensurepath \
# https://pypi.org/project/pip/
RUN pipx install --global --force --include-deps \
# https://pypi.org/project/ansible/
ansible \
ansible
RUN pipx install --global --force --include-deps \
# https://pypi.org/project/ansible-lint/
ansible-lint \
ansible-lint
RUN pipx install --global --force --include-deps \
# https://pypi.org/project/yamllint/
yamllint

Expand Down

0 comments on commit 31926de

Please sign in to comment.