Added create repo

This commit is contained in:
2025-05-23 10:43:40 -05:00
parent 8fcc4bb189
commit edeb0d808e

View File

@@ -11,6 +11,7 @@ RUN dnf update -y && \
which \
vim \
jq \
createrepo_c \
python3-pip && \
dnf group install -y "Development Tools" && \
dnf clean all && \