1
0
Fork 0
mirror of https://github.com/Syping/dtranslatebot-build.git synced 2025-04-05 14:51:31 +02:00

add openSUSE Leap 15.6

This commit is contained in:
Rafael 2024-12-31 13:58:16 +01:00 committed by Syping
parent 2f92c92f6e
commit 4a51a7644e

7
Containerfile.lp156 Normal file
View file

@ -0,0 +1,7 @@
FROM opensuse/leap:15.6
RUN zypper install -y cmake make gcc9-c++ git perl 'perl(IPC::Cmd)' rpm-build r>
zypper clean -a
RUN useradd -m -s /bin/bash -U rpmbuild
USER rpmbuild
WORKDIR /home/rpmbuild
RUN rpmdev-setuptree