Skip to content

Commit

Permalink
Merge pull request #33 from darkwizard242/feature/set-rocky-linux-to-…
Browse files Browse the repository at this point in the history
…python3.12

utilize python3.12 for rocky linux 8
  • Loading branch information
darkwizard242 committed Jun 4, 2024
2 parents f4bde63 + 3504d6a commit 0523a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rockylinux-8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM rockylinux:8 as base
LABEL maintainer="Ali Muhammad"

ENV DEPENDENCIES "which python3 python3-pip python3-setuptools sudo wget curl"
ENV DEPENDENCIES "which python3.12 python3.12-pip python3.12-setuptools sudo wget curl"

ENV PIP_PKGS "ansible"

Expand Down

0 comments on commit 0523a28

Please sign in to comment.