profile.d/Dockerfile-build

17 lines
280 B
Text
Raw Normal View History

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