mirror of https://github.com/containers/podman.git
Merge pull request #2840 from openSUSE/dockerfile-deps
Fix Dockerfile dependencies for packer tests
This commit is contained in:
commit
71555a9ea0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue