Skip to content

Commit b134470

Browse files
committed
Bump python version
1 parent af9ffc7 commit b134470

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stn-deploy-2024.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM rockylinux:9
22

33
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 && \
55
dnf clean all && \
66
rm -rf /var/cache/yum
77

stn-deploy-master/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM rockylinux:9
22

33
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 && \
55
dnf clean all && \
66
rm -rf /var/cache/yum
77

0 commit comments

Comments
 (0)