diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2022-02-17 15:52:55 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-02-17 15:52:55 +0100 |
commit | 599a530237edc4ff63ffe5f56632b34ba9b0c462 (patch) | |
tree | 1d362d59a96202e09d7c3c776ea45929f7ee1ed6 | |
parent | 690d3b6691550ffa28bf40f432ed104508901e94 (diff) | |
download | rpm-package-builder-599a530237edc4ff63ffe5f56632b34ba9b0c462.tar.gz |
oh, powertools are crb now
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ RUN /usr/local/bin/configure-mirror && \ && \ /usr/local/bin/configure-mirror && \ dnf repolist --all && \ + dnf config-manager --set-enabled crb && \ dnf install -y \ fedora-packager tito createrepo \ autoconf automake libtool \ |