diff options
author | Matthew Mosesohn <matthew.mosesohn@gmail.com> | 2021-09-01 10:26:16 +0300 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2021-10-19 14:14:38 -0400 |
commit | 326eae3b7f71f0764e0eb6a6a784c5a50ccbf52c (patch) | |
tree | feac02633528e5d12b4f2159555d1162a6227938 /contrib/podmanimage/upstream | |
parent | ca33df1468b79dc6dc27798a242b22926c220e6d (diff) | |
download | podman-326eae3b7f71f0764e0eb6a6a784c5a50ccbf52c.tar.gz podman-326eae3b7f71f0764e0eb6a6a784c5a50ccbf52c.tar.bz2 podman-326eae3b7f71f0764e0eb6a6a784c5a50ccbf52c.zip |
Add podman-plugins to upstream image
Fixes #11380
Replaces https://github.com/containers/podman/pull/11385
Originally subbmitted by @mattymo
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'contrib/podmanimage/upstream')
-rw-r--r-- | contrib/podmanimage/upstream/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/podmanimage/upstream/Dockerfile b/contrib/podmanimage/upstream/Dockerfile index baad49e08..75de947ea 100644 --- a/contrib/podmanimage/upstream/Dockerfile +++ b/contrib/podmanimage/upstream/Dockerfile @@ -40,7 +40,8 @@ RUN yum -y update; rpm --restore shadow-utils 2>/dev/null; yum -y install --exc crun \ fuse-overlayfs \ fuse3 \ - containers-common; \ + containers-common \ + podman-plugins; \ mkdir /root/podman; \ git clone https://github.com/containers/podman /root/podman/src/github.com/containers/podman; \ cd /root/podman/src/github.com/containers/podman; \ |