File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
FROM rockylinux:9
2
2
3
3
RUN dnf -y update && \
4
- dnf -y install gcc git iputils jq libffi-devel openssl-devel perl-Digest-SHA procps-ng python3-devel python3-libselinux rsync sshpass unzip wget which && \
4
+ dnf -y install gcc git iputils jq libffi-devel openssl-devel perl-Digest-SHA procps-ng python3.11 python3.11 -devel python3-libselinux rsync sshpass unzip wget which && \
5
5
dnf clean all && \
6
6
rm -rf /var/cache/yum
7
7
Original file line number Diff line number Diff line change 1
1
FROM rockylinux:9
2
2
3
3
RUN dnf -y update && \
4
- dnf -y install gcc git iputils jq libffi-devel openssl-devel perl-Digest-SHA procps-ng python3-devel python3-libselinux rsync sshpass unzip wget which && \
4
+ dnf -y install gcc git iputils jq libffi-devel openssl-devel perl-Digest-SHA procps-ng python3.11 python3.11 -devel python3-libselinux rsync sshpass unzip wget which && \
5
5
dnf clean all && \
6
6
rm -rf /var/cache/yum
7
7
You can’t perform that action at this time.
0 commit comments