Merge pull request #2840 from openSUSE/dockerfile-deps

Fix Dockerfile dependencies for packer tests
This commit is contained in:
OpenShift Merge Robot 2019-04-04 00:59:47 -07:00 committed by GitHub
commit 71555a9ea0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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