add python developer tools

This commit is contained in:
ebner 2024-07-02 09:29:03 +02:00
parent a49d812e96
commit b1e02d482b

View File

@ -4,5 +4,6 @@ RUN dnf -y upgrade
RUN dnf -y group install "Development Tools"
RUN dnf -y install wget
RUN dnf -y install python3
RUN dnf -y install python3-devel
COPY files/rpmmacros /root/.rpmmacros
COPY files/rpmmacros /root/.rpmmacros