Release 1.0.8, update .pre-commit-config.yaml
Some checks failed
Makefile CI / build (push) Has been cancelled

Add how to release notes.
This commit is contained in:
Doncho N. Gunchev 2025-11-02 15:52:41 +02:00
parent affb7ae553
commit b31cb20161
Signed by: dgunchev
GPG key ID: D30FD19F37E002A9
3 changed files with 34 additions and 5 deletions

View file

@ -4,11 +4,13 @@ WORKDIR /root/profile.d
COPY ./ .
# dnf -y update && \
RUN \
dnf -y update && \
dnf -y install rpmdevtools make
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