mirror of https://github.com/containers/podman.git
Merge pull request #1512 from baude/addvarlinktoopenshiftimage
Add python-varlink to the Fedora openshift image
This commit is contained in:
commit
129c1408f7
|
|
@ -23,6 +23,7 @@ RUN dnf -y install btrfs-progs-devel \
|
||||||
python3-dateutil \
|
python3-dateutil \
|
||||||
python3-psutil \
|
python3-psutil \
|
||||||
python3-pytoml \
|
python3-pytoml \
|
||||||
|
python3-varlink \
|
||||||
golang-github-cpuguy83-go-md2man \
|
golang-github-cpuguy83-go-md2man \
|
||||||
slirp4netns \
|
slirp4netns \
|
||||||
iptables && dnf -y clean all
|
iptables && dnf -y clean all
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue