add rpm-build package on lpp155

This commit is contained in:
Syping 2024-03-22 03:28:20 +01:00
parent e257adea8a
commit 2f92c92f6e
1 changed files with 1 additions and 1 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)' rpmdevtools rpmlint systemd-rpm-macros system-user-mail && \
RUN zypper install -y cmake 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