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:
parent
90edae91c1
commit
619d012488
2 changed files with 3 additions and 0 deletions
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
|
@ -26,6 +26,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
id: meta
|
id: meta
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ ENV VERSION="${VERSION}"
|
||||||
ENV WEB_UI="false"
|
ENV WEB_UI="false"
|
||||||
|
|
||||||
RUN mkdir /build-container-installer
|
RUN mkdir /build-container-installer
|
||||||
|
COPY /external /build-container-installer/external
|
||||||
COPY /lorax_templates /build-container-installer/lorax_templates
|
COPY /lorax_templates /build-container-installer/lorax_templates
|
||||||
COPY /xorriso /build-container-installer/xorriso
|
COPY /xorriso /build-container-installer/xorriso
|
||||||
COPY /Makefile /build-container-installer
|
COPY /Makefile /build-container-installer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue