Update Dockerfile
All checks were successful
Build and Publish Docker Image / docker (push) Successful in 2m6s
All checks were successful
Build and Publish Docker Image / docker (push) Successful in 2m6s
also install cmake
This commit is contained in:
parent
b15e22e293
commit
f767c9b7ed
@ -4,5 +4,6 @@ RUN dnf -y upgrade
|
|||||||
RUN dnf -y group install "Development Tools"
|
RUN dnf -y group install "Development Tools"
|
||||||
RUN dnf -y install wget
|
RUN dnf -y install wget
|
||||||
RUN dnf -y install python3
|
RUN dnf -y install python3
|
||||||
|
RUN dnf -y install cmake
|
||||||
|
|
||||||
COPY files/rpmmacros /root/.rpmmacros
|
COPY files/rpmmacros /root/.rpmmacros
|
||||||
|
Loading…
x
Reference in New Issue
Block a user