From 619d0124880998ae7ba3fb19cc6405e26e3a1f78 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:32:37 -0500 Subject: [PATCH] include external in container image --- .github/workflows/build-and-test.yml | 2 ++ Containerfile | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 5650e67..31d4745 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -26,6 +26,8 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 + with: + submodules: recursive - name: Docker meta id: meta diff --git a/Containerfile b/Containerfile index 196a151..d1b437c 100644 --- a/Containerfile +++ b/Containerfile @@ -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