mirror of
https://github.com/containers/podman.git
synced 2025-06-24 19:42:56 +08:00
Merge pull request #2840 from openSUSE/dockerfile-deps
Fix Dockerfile dependencies for packer tests
This commit is contained in:
@ -38,6 +38,8 @@ RUN apt-get update && apt-get install -y \
|
|||||||
socat \
|
socat \
|
||||||
lsof \
|
lsof \
|
||||||
xz-utils \
|
xz-utils \
|
||||||
|
unzip \
|
||||||
|
python3-yaml \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user