mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
include destination dir
This commit is contained in:
parent
6ef46c19da
commit
9fa159b3a4
2 changed files with 4 additions and 4 deletions
|
|
@ -11,8 +11,8 @@ ENV VERSION="${VERSION}"
|
|||
ENV WEB_UI="false"
|
||||
|
||||
RUN mkdir /build-container-installer
|
||||
COPY /lorax_templates /build-container-installer
|
||||
COPY /xorriso /build-container-installer
|
||||
COPY /lorax_templates /build-container-installer/lorax_templates
|
||||
COPY /xorriso /build-container-installer/xorriso
|
||||
COPY /Makefile /build-container-installer
|
||||
COPY /entrypoint.sh /
|
||||
|
||||
|
|
|
|||
4
Makefile
4
Makefile
|
|
@ -62,7 +62,7 @@ container/$(IMAGE_NAME)-$(IMAGE_TAG):
|
|||
podman rmi $(IMAGE_REPO)/$(IMAGE_NAME):$(IMAGE_TAG)
|
||||
|
||||
install-deps:
|
||||
dnf install -y lorax xorriso podman git rpm-ostree
|
||||
dnf install -y lorax xorriso podman
|
||||
|
||||
# Step 4: Generate xorriso script
|
||||
xorriso/%.sh: xorriso/%.sh.in
|
||||
|
|
@ -92,4 +92,4 @@ clean:
|
|||
rm -f $(_BASE_DIR)/*.iso || true
|
||||
rm -f $(_BASE_DIR)/*.log || true
|
||||
|
||||
.PHONY: clean
|
||||
.PHONY: clean install-deps
|
||||
Loading…
Add table
Add a link
Reference in a new issue