mirror of
https://github.com/Syping/dtranslatebot-build.git
synced 2024-11-23 06:10:25 +01:00
add rpm-build package on lpp155
This commit is contained in:
parent
e257adea8a
commit
2f92c92f6e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
FROM opensuse/leap:15.5
|
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 && \
|
RUN zypper install -y cmake make gcc9-c++ git perl 'perl(IPC::Cmd)' rpm-build rpmdevtools rpmlint systemd-rpm-macros system-user-mail && \
|
||||||
zypper clean -a
|
zypper clean -a
|
||||||
RUN useradd -m -s /bin/bash -U rpmbuild
|
RUN useradd -m -s /bin/bash -U rpmbuild
|
||||||
USER rpmbuild
|
USER rpmbuild
|
||||||
|
|
Loading…
Reference in a new issue