mirror of
https://github.com/gwebu-team/profile.d.git
synced 2025-12-10 20:55:46 +00:00
Quick and dirty build with podman on MacOS.
This commit is contained in:
parent
58223f0e8a
commit
b3f0f66356
3 changed files with 65 additions and 0 deletions
14
Dockerfile-build
Normal file
14
Dockerfile-build
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue