dtranslatebot-build/Containerfile.el8

11 lines
446 B
Plaintext
Raw Normal View History

2024-03-16 04:21:13 +01:00
FROM rockylinux:8
RUN dnf install -y 'dnf-command(config-manager)' && \
dnf config-manager --set-enabled powertools && \
dnf install -y epel-release && \
2024-03-22 02:14:36 +01:00
dnf install -y cmake epel-rpm-macros-systemd make gcc-toolset-9-annobin gcc-toolset-9-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