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

View file

@ -1,7 +1,6 @@
FROM centos:7
RUN yum install -y centos-release-scl epel-release && \
yum install -y cmake3 epel-rpm-macros-systemd make devtoolset-9-annobin devtoolset-9-gcc-c++ git perl perl-IPC-Cmd rpmdevtools rpmlint systemd-rpm-macros && \
yum install -y cmake3 epel-rpm-macros-systemd make devtoolset-9-annobin devtoolset-9-gcc-c++ git perl 'perl(IPC::Cmd)' rpmdevtools rpmlint systemd-rpm-macros && \
yum clean all
RUN useradd -m -s /bin/bash -U rpmbuild
USER rpmbuild