1
0
Fork 0
mirror of https://github.com/Syping/dtranslatebot-build.git synced 2025-04-11 09:41:30 +02:00
dtranslatebot-build/Containerfile.lp156
2024-12-31 14:04:51 +01:00

7 lines
223 B
Text

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