first attempt
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal 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
|
Reference in New Issue
Block a user