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

include destination dir

This commit is contained in:
Jason N. 2024-02-26 10:02:06 -05:00
parent 6ef46c19da
commit 9fa159b3a4
2 changed files with 4 additions and 4 deletions

View file

@ -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