2 Commits

Author SHA1 Message Date
143d912da8 Merge pull request 'Added create repo' (#3) from add-createrepo into main
Some checks failed
Run Actions / build-and-push-image (push) Successful in 13s
Build and publish Docker image / build-and-push (push) Failing after 19m18s
Reviewed-on: #3
2025-05-23 10:43:49 -05:00
edeb0d808e Added create repo 2025-05-23 10:43:40 -05:00

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 && \