Skip to content

Commit 419a591

Browse files
committed
Drop minimal
1 parent 7ebcd94 commit 419a591

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,4 +1,4 @@
1-
FROM rockylinux:9.3-minimal
1+
FROM rockylinux:9.3
22

33
RUN dnf -y update && \
44
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 && \

stn-deploy-master/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rockylinux:9.3-minimal
1+
FROM rockylinux:9.3
22

33
RUN dnf -y update && \
44
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 && \

0 commit comments

Comments
 (0)