diff --git a/Dockerfile b/Dockerfile index 06c0e10..5aff41f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,6 +42,8 @@ RUN dpkg -i /tmp/packages-microsoft-prod.deb && \ python3-pip \ python3-setuptools \ python3-wheel \ + # (qemu-utils) Dependency for Packer (conversion to raw disk format) + qemu-utils \ # (sshpass) Dependency for Packer (non-interactive password authentication) sshpass \ # (xorriso) Dependency for Packer (generating isofs image)