dtranslatebot-build/Containerfile.el9
2026-03-19 20:05:06 +01:00

7 lines
261 B
Text

FROM rockylinux:9
RUN dnf install -y annobin cmake curl-devel 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