rhel8-detectors-dev/Dockerfile
froejdh_e 48db541f3f
All checks were successful
Build and Publish Docker Image / docker (push) Successful in 2m40s
initial attempt
2025-04-16 08:29:31 +02:00

9 lines
222 B
Docker

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