From 33be5ca84a49ff950207351f1000b3f9d77bd005 Mon Sep 17 00:00:00 2001 From: Syping Date: Thu, 19 Mar 2026 20:05:06 +0100 Subject: [PATCH] add curl package --- Containerfile.el8 | 2 +- Containerfile.el9 | 2 +- Containerfile.lp155 | 2 +- Containerfile.lp156 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Containerfile.el8 b/Containerfile.el8 index ee921d2..74faec7 100644 --- a/Containerfile.el8 +++ b/Containerfile.el8 @@ -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 diff --git a/Containerfile.el9 b/Containerfile.el9 index 5554aad..6d4a968 100644 --- a/Containerfile.el9 +++ b/Containerfile.el9 @@ -1,5 +1,5 @@ FROM rockylinux:9 -RUN dnf install -y annobin cmake make gcc-c++ git perl 'perl(IPC::Cmd)' rpmdevtools rpmlint systemd-rpm-macros && \ +RUN dnf install -y annobin cmake curl-devel make 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 diff --git a/Containerfile.lp155 b/Containerfile.lp155 index 611594d..8151bed 100644 --- a/Containerfile.lp155 +++ b/Containerfile.lp155 @@ -1,5 +1,5 @@ FROM opensuse/leap:15.5 -RUN zypper install -y cmake make gcc9-c++ git perl 'perl(IPC::Cmd)' rpm-build rpmdevtools rpmlint systemd-rpm-macros system-user-mail && \ +RUN zypper install -y cmake libcurl-devel make gcc9-c++ git perl 'perl(IPC::Cmd)' rpm-build rpmdevtools rpmlint systemd-rpm-macros system-user-mail && \ zypper clean -a RUN useradd -m -s /bin/bash -U rpmbuild USER rpmbuild diff --git a/Containerfile.lp156 b/Containerfile.lp156 index c41bf8f..e737bbc 100644 --- a/Containerfile.lp156 +++ b/Containerfile.lp156 @@ -1,5 +1,5 @@ FROM opensuse/leap:15.6 -RUN zypper install -y cmake make gcc9-c++ git perl 'perl(IPC::Cmd)' rpm-build r> +RUN zypper install -y cmake libcurl-devel make gcc9-c++ git perl 'perl(IPC::Cmd)' rpm-build r> zypper clean -a RUN useradd -m -s /bin/bash -U rpmbuild USER rpmbuild