Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

chore: remove dnf cache and unused files from built image #26

Merged
merged 7 commits into from
Feb 29, 2024
Merged
8 changes: 6 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ ENV VARIANT="Kinoite"
ENV VERSION="${VERSION}"
ENV WEB_UI="false"

COPY / /isogenerator
COPY ./lorax_templates /isogenerator/lorax_templates
COPY ./xorriso /isogenerator/xorriso
COPY ./Makefile /isogenerator/
JasonN3 marked this conversation as resolved.
Show resolved Hide resolved
WORKDIR /isogenerator

RUN dnf install -y make && make install-deps
RUN dnf install -y make && \
make install-deps && \
dnf clean all

VOLUME /isogenerator/output

Expand Down
Loading