diff options
-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 \ |