mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
add curl
This commit is contained in:
parent
e6c67f7303
commit
69619808f6
4 changed files with 32 additions and 32 deletions
|
|
@ -48,7 +48,7 @@ ansible_inventory:
|
|||
.PHONY: $(VM_TESTS) install-deps
|
||||
|
||||
install-deps:
|
||||
$(install_pkg) qemu qemu-utils xorriso qemu-system-x86 netcat socat jq ansible
|
||||
$(install_pkg) qemu qemu-utils xorriso qemu-system-x86 netcat socat jq ansible curl
|
||||
|
||||
files/mnt/iso:
|
||||
$(if $(wildcard files/mnt),,mkdir files/mnt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue