add curl package

This commit is contained in:
Syping 2026-03-19 20:05:06 +01:00
parent 4a51a7644e
commit 33be5ca84a
4 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ FROM rockylinux:8
RUN dnf install -y 'dnf-command(config-manager)' && \
dnf config-manager --set-enabled powertools && \
dnf install -y epel-release && \
dnf install -y cmake epel-rpm-macros-systemd make gcc-toolset-9-annobin gcc-toolset-9-gcc-c++ git perl 'perl(IPC::Cmd)' rpmdevtools rpmlint systemd-rpm-macros && \
dnf install -y cmake curl-devel epel-rpm-macros-systemd make gcc-toolset-9-annobin gcc-toolset-9-gcc-c++ git perl 'perl(IPC::Cmd)' rpmdevtools rpmlint systemd-rpm-macros && \
dnf clean all
RUN useradd -m -s /bin/bash -U rpmbuild
USER rpmbuild