diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -21,7 +21,7 @@ RUN /usr/local/bin/configure-mirror && \ dnf repolist --all && \ dnf config-manager --set-enabled crb && \ dnf install -y \ - rpm-build tito createrepo \ + fedora-packager tito createrepo \ autoconf automake libtool \ make cmake meson ninja-build \ gcc gcc-c++ binutils \ @@ -29,5 +29,3 @@ RUN /usr/local/bin/configure-mirror && \ bc flex bison tree \ && \ dnf clean all -y - -# fedora-packager |