Compare commits

..

No commits in common. "083f10c4f70c08d2cdb2ab1fa19e5f7f1a2babe9" and "6c44e2fac36729a153363ceb25ebbf5cca2342f6" have entirely different histories.

View File

@ -1,9 +1,9 @@
FROM docker.io/library/rockylinux:9.1
FROM docker.io/library/rockylinux:9.0
ARG CREATEREPO_VERSION
RUN yum update --assumeyes && \
yum install --assumeyes bash bash-completion
yum install --assumeyes bash curl
RUN if [ -z ${CREATEREPO_VERSION+x} ]; then \
yum install --assumeyes createrepo_c; \