also install cmake
All checks were successful
Build and Publish Docker Image / docker (push) Successful in 1m29s

This commit is contained in:
ebner 2025-04-03 09:45:49 +02:00
parent b1c6a31983
commit 50229da575

View File

@ -5,5 +5,6 @@ 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 python3-devel RUN dnf -y install python3-devel
RUN dnf -y install cmake
COPY files/rpmmacros /root/.rpmmacros COPY files/rpmmacros /root/.rpmmacros