dtranslatebot-build/Containerfile.el9
2024-03-22 02:14:36 +01:00

8 lines
250 B
Plaintext

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