mirror of
https://github.com/Syping/dtranslatebot-build.git
synced 2026-04-01 04:40:25 +02:00
7 lines
295 B
Text
7 lines
295 B
Text
FROM opensuse/leap:15.5
|
|
RUN zypper install -y cmake libcurl-devel make gcc9-c++ git perl 'perl(IPC::Cmd)' rpm-build rpmdevtools rpmlint systemd-rpm-macros system-user-mail && \
|
|
zypper clean -a
|
|
RUN useradd -m -s /bin/bash -U rpmbuild
|
|
USER rpmbuild
|
|
WORKDIR /home/rpmbuild
|
|
RUN rpmdev-setuptree
|