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

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