first attempt

This commit is contained in:
froejdh_e
2025-04-11 08:15:48 +02:00
commit 4574fa1da3
3 changed files with 52 additions and 0 deletions

8
Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM rhel9-developer-gitea-actions
RUN dnf -y install cmake
RUN dnf -y install python3.12
RUN dnf -y install python3.12-devel
RUN dnf -y install python3.12-pip
COPY files/rpmmacros /root/.rpmmacros