1
0
Fork 0
myplayground/container/isogen-Containerfile

10 lines
191 B
Plaintext

FROM fedora:39
RUN dnf update -y && \
dnf install git make -y
RUN git clone https://github.com/ublue-os/isogenerator /isogenerator && \
cd /isogenerator && \
make install-deps