From 8d463ff17bbf6cabae6b793a5ea33e4c67f76b1e Mon Sep 17 00:00:00 2001 From: djpbessems Date: Tue, 8 Jun 2021 16:51:38 +0200 Subject: [PATCH] Add dependency --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3154b5f..a24faaa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,9 @@ RUN dpkg -i /tmp/packages-microsoft-prod.deb && \ python3-pip \ python3-setuptools \ python3-wheel \ - # (xorriso) Dependency for Packer (generating isofs image) + # (sshpass) Dependency for Packer (non-interactive password authentication) + sshpass \ + # (sshpass,xorriso) Dependency for Packer (generating isofs image) xorriso \ yamllint && \ sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \