summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMatthew Mosesohn <matthew.mosesohn@gmail.com>2021-09-01 10:26:16 +0300
committerDaniel J Walsh <dwalsh@redhat.com>2021-10-04 15:01:49 -0400
commit8e80f4d2481d6714facf9b196532fcc9daf849d3 (patch)
treef55b2736f82deefbee05e17c724497f68fb201e1 /contrib
parent800e91dafd47c284489be586bd18c3cdf7dc5737 (diff)
downloadpodman-8e80f4d2481d6714facf9b196532fcc9daf849d3.tar.gz
podman-8e80f4d2481d6714facf9b196532fcc9daf849d3.tar.bz2
podman-8e80f4d2481d6714facf9b196532fcc9daf849d3.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')
-rw-r--r--contrib/podmanimage/upstream/Dockerfile3
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; \