profile.d/Dockerfile-build
2024-07-14 17:17:48 +03:00

14 lines
231 B
Text

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