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

install isomd5sum

This commit is contained in:
Jason N. 2024-02-29 10:14:03 -05:00
parent 65aa7a4c02
commit 02cb4591e4

View file

@ -152,7 +152,7 @@ jobs:
- name: Ensure qemu is installed
run: |
sudo apt-get update
sudo apt-get install -y qemu qemu-utils xorriso unzip qemu-system-x86 netcat
sudo apt-get install -y qemu qemu-utils xorriso unzip qemu-system-x86 netcat isomd5sum
- name: Create disk
run: |