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