initial commit

This commit is contained in:
Syping 2024-03-16 04:21:13 +01:00
commit e0f063127b
3 changed files with 28 additions and 0 deletions

8
Containerfile.el9 Normal file
View file

@ -0,0 +1,8 @@
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