mirror of
https://github.com/gwebu-team/profile.d.git
synced 2025-12-10 20:55:46 +00:00
Release 1.0.8, update .pre-commit-config.yaml
Add how to release notes.
This commit is contained in:
parent
affb7ae553
commit
b31cb20161
3 changed files with 34 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue