diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -13,19 +13,19 @@ COPY configure-mirror /usr/local/bin RUN /usr/local/bin/configure-mirror && \ dnf update -y && \ dnf install -y \ - 'dnf-command(builddep)' \ - 'dnf-command(config-manager)' \ + 'dnf-command(builddep)' \ + 'dnf-command(config-manager)' \ https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \ - && \ + && \ /usr/local/bin/configure-mirror && \ dnf repolist --all && \ dnf config-manager --set-enabled crb && \ dnf install -y \ - createrepo \ - autoconf automake libtool \ - make cmake meson ninja-build \ - gcc gcc-c++ binutils \ - glibc-devel openssl-devel \ - bc flex bison tree \ - && \ + fedora-packager tito createrepo \ + autoconf automake libtool \ + make cmake meson ninja-build \ + gcc gcc-c++ binutils \ + glibc-devel openssl-devel \ + bc flex bison tree \ + && \ dnf clean all -y |