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:
parent
6ef46c19da
commit
9fa159b3a4
2 changed files with 4 additions and 4 deletions
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