mirror of
https://github.com/Syping/dtranslatebot-build.git
synced 2025-05-04 04:37:39 +02:00
7 lines
250 B
Text
7 lines
250 B
Text
FROM rockylinux:9
|
|
RUN dnf install -y annobin cmake make 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
|
|
WORKDIR /home/rpmbuild
|
|
RUN rpmdev-setuptree
|