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
This commit is contained in:
2025-05-23 10:43:49 -05:00

View File

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