profile.d/Dockerfile-build
2025-11-02 16:52:51 +02:00

16 lines
280 B
Text

FROM rockylinux:9 as build
WORKDIR /root/profile.d
COPY ./ .
# dnf -y update && \
RUN \
dnf -y install rpmdevtools make && \
dnf -y clean all
# dnf -y install dnf-plugins-core epel-release && \
# /usr/bin/crb enable && \
# dnf -y clean all
RUN ./build.sh