dtranslatebot-build/Containerfile.el9

8 lines
250 B
Text
Raw Normal View History

2024-03-16 04:21:13 +01:00
FROM rockylinux:9
2024-03-22 02:14:36 +01:00
RUN dnf install -y annobin cmake make gcc-c++ git perl 'perl(IPC::Cmd)' rpmdevtools rpmlint systemd-rpm-macros && \
2024-03-16 04:21:13 +01:00
dnf clean all
RUN useradd -m -s /bin/bash -U rpmbuild
USER rpmbuild
WORKDIR /home/rpmbuild
RUN rpmdev-setuptree