mirror of
https://github.com/Syping/dtranslatebot-build.git
synced 2025-04-09 08:41:33 +02:00
add openSUSE Leap 15.6
This commit is contained in:
parent
2f92c92f6e
commit
4a51a7644e
1 changed files with 7 additions and 0 deletions
7
Containerfile.lp156
Normal file
7
Containerfile.lp156
Normal 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
|
Loading…
Add table
Reference in a new issue