1 Commits

Author SHA1 Message Date
e17375fec0 Update base image 2025-06-12 16:59:37 -05:00

View File

@@ -1,4 +1,4 @@
FROM rockylinux:9
FROM rockylinux/rockylinux:9
RUN dnf update -y && \
dnf install -y \
@@ -11,7 +11,6 @@ RUN dnf update -y && \
which \
vim \
jq \
sysstat \
createrepo_c \
python3-pip && \
dnf group install -y "Development Tools" && \