Skip to content

Commit

Permalink
utilize python3.12 for rocky linux 8
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwizard242 committed Jun 4, 2024
1 parent f4bde63 commit 3504d6a
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 3504d6a

Please sign in to comment.