1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

include external in container image

This commit is contained in:
Jason N. 2024-03-04 15:32:37 -05:00
parent 90edae91c1
commit 619d012488
2 changed files with 3 additions and 0 deletions

View file

@ -11,6 +11,7 @@ ENV VERSION="${VERSION}"
ENV WEB_UI="false"
RUN mkdir /build-container-installer
COPY /external /build-container-installer/external
COPY /lorax_templates /build-container-installer/lorax_templates
COPY /xorriso /build-container-installer/xorriso
COPY /Makefile /build-container-installer