diff options
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,6 @@ USER root COPY configure-mirror /usr/local/bin RUN /usr/local/bin/configure-mirror && \ dnf install -y centos-release-stream && \ - dnf repolist --all && \ dnf update -y && \ dnf install -y \ 'dnf-command(builddep)' \ @@ -20,6 +19,7 @@ RUN /usr/local/bin/configure-mirror && \ https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \ && \ /usr/local/bin/configure-mirror && \ + dnf repolist --all && \ dnf config-manager --set-enabled Stream-PowerTools && \ dnf install -y \ fedora-packager tito createrepo \ |