diff options
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ RUN /usr/local/bin/configure-mirror && \ && \ /usr/local/bin/configure-mirror && \ dnf repolist --all && \ - dnf config-manager --set-enabled Stream-PowerTools && \ + dnf config-manager --set-enabled powertools && \ dnf install -y \ fedora-packager tito createrepo \ autoconf automake libtool \ |