profile.d/Dockerfile-build
Doncho N. Gunchev b31cb20161
Some checks failed
Makefile CI / build (push) Has been cancelled
Release 1.0.8, update .pre-commit-config.yaml
Add how to release notes.
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