initial attempt
All checks were successful
Build and Publish Docker Image / docker (push) Successful in 1m38s

This commit is contained in:
froejdh_e
2025-04-16 08:29:31 +02:00
commit 48db541f3f
4 changed files with 80 additions and 0 deletions

8
Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM gitea.psi.ch/images/rhel8-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