Files
rhel9-detectors-dev/Dockerfile
froejdh_e ba5ce1e80d
All checks were successful
Build and Publish Docker Image / docker (push) Successful in 6s
fixed image path
2025-04-16 08:18:41 +02:00

9 lines
222 B
Docker

FROM gitea.psi.ch/images/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