Quick and dirty build with podman on MacOS.

This commit is contained in:
Doncho Gunchev 2024-07-14 17:17:48 +03:00
parent 58223f0e8a
commit b3f0f66356
No known key found for this signature in database
GPG key ID: D3FF0619433A66E2
3 changed files with 65 additions and 0 deletions

14
Dockerfile-build Normal file
View 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