mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
add external to container image
This commit is contained in:
parent
86b3c51ba7
commit
10d7b9d46f
3 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue