mirror of
https://github.com/Syping/dtranslatebot-build.git
synced 2026-04-01 12:40:44 +02:00
add openSUSE Leap 15.5
This commit is contained in:
parent
e0f063127b
commit
d52cb4cfe2
4 changed files with 10 additions and 6 deletions
7
Containerfile.lp155
Normal file
7
Containerfile.lp155
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue