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

@ -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