diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-12-16 17:35:37 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-12-16 17:35:37 +0100 |
commit | 9a03af5442d2be786b637b9a3eb9dab6f5d822d0 (patch) | |
tree | 2f6e52cae64b9aa970587a17ef3b827520a120e8 | |
parent | f2ab86d65003b07be71c3b161a3b4021745d2234 (diff) | |
download | rpm-package-builder-9a03af5442d2be786b637b9a3eb9dab6f5d822d0.tar.gz |
move repolist
-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 \ |