1 2 3 4 5 6
FROM fedora:40 RUN dnf install -y createrepo_c && dnf clean all WORKDIR /work ENTRYPOINT ["bash", "-c"]