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
|
|
@ -1,9 +1,8 @@
|
|||
FROM rockylinux:8
|
||||
|
||||
RUN dnf install -y 'dnf-command(config-manager)' && \
|
||||
dnf config-manager --set-enabled powertools && \
|
||||
dnf install -y epel-release && \
|
||||
dnf install -y cmake epel-rpm-macros-systemd make gcc-toolset-9-annobin gcc-toolset-9-gcc-c++ git perl perl-IPC-Cmd rpmdevtools rpmlint systemd-rpm-macros && \
|
||||
dnf install -y cmake epel-rpm-macros-systemd make gcc-toolset-9-annobin gcc-toolset-9-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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue