add openSUSE Leap 15.5

This commit is contained in:
Syping 2024-03-22 02:14:36 +01:00
parent e0f063127b
commit d52cb4cfe2
4 changed files with 10 additions and 6 deletions

7
Containerfile.lp155 Normal file
View file

@ -0,0 +1,7 @@
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 && \
zypper clean
RUN useradd -m -s /bin/bash -U rpmbuild
USER rpmbuild
WORKDIR /home/rpmbuild
RUN rpmdev-setuptree