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,6 +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 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