We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d9388 commit e7fb431Copy full SHA for e7fb431
rocky8-ansible-latest/Dockerfile
@@ -21,13 +21,13 @@ RUN yum makecache --timer \
21
sudo \
22
which \
23
hostname \
24
- python3 \
25
- python3-pip \
+ python3.12 \
+ python3.12-pip \
26
&& yum clean all
27
28
# upgrade pip because of the rust dependency error
29
-RUN pip3 install --no-cache-dir --upgrade pip && \
30
- pip3 install --no-cache-dir ansible
+RUN pip3.12 install --no-cache-dir --upgrade pip && \
+ pip3.12 install --no-cache-dir ansible
31
32
# Disable requiretty.
33
RUN sed -i -e 's/^\(Defaults\s*requiretty\)/#--- \1/' /etc/sudoers
0 commit comments