From 57fb7b2cf9f135b981a770282c7e2a94fc962f7b Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Wed, 3 Apr 2019 11:39:34 +0200 Subject: Fix Dockerfile dependencies for packer tests This commit adds unzip and python3-yaml to the Dockerfile, which are needed to run the tests in contrib/cirrus/packer within the libpod container image. Signed-off-by: Sascha Grunert --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 6d44b963f..28e0b88cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,8 @@ RUN apt-get update && apt-get install -y \ socat \ lsof \ xz-utils \ + unzip \ + python3-yaml \ --no-install-recommends \ && apt-get clean -- cgit v1.2.3-54-g00ecf