mirror of
https://github.com/containers/podman.git
synced 2025-06-24 03:08:13 +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 \
|
||||
lsof \
|
||||
xz-utils \
|
||||
unzip \
|
||||
python3-yaml \
|
||||
--no-install-recommends \
|
||||
&& apt-get clean
|
||||
|
||||
|
Reference in New Issue
Block a user