Skip to content

Commit

Permalink
adds python3.12 to rocky 8
Browse files Browse the repository at this point in the history
latest ansible requires later version than 3.6.8 which currently is behind python3
  • Loading branch information
wookietreiber committed Jan 29, 2025
1 parent b94a934 commit 385f86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.rockylinux-8
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source=https://github.com/hspaans/molecule-contai

# Configure apt and install packages
# hadolint ignore=DL3033
RUN yum -y install systemd systemd-sysv python3 sudo \
RUN yum -y install systemd systemd-sysv python3 python3.12 sudo \
# Clean up
&& yum clean all

Expand Down

0 comments on commit 385f86d

Please sign in to comment.