diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-04-16 05:37:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 05:37:21 -0700 |
commit | 155a7d661eac0e94abafb71e4cd592928f937ff4 (patch) | |
tree | da7cda2393eea490e1649877fa1e4381d96c5053 | |
parent | 09e821a8eae603174c809bcc4af641d4ed5dc35c (diff) | |
parent | e394ff407c70d1f54ebe9d41778b80db88c3e3b9 (diff) | |
download | podman-155a7d661eac0e94abafb71e4cd592928f937ff4.tar.gz podman-155a7d661eac0e94abafb71e4cd592928f937ff4.tar.bz2 podman-155a7d661eac0e94abafb71e4cd592928f937ff4.zip |
Merge pull request #5826 from cevich/gate_pip
Cirrus: Fix gate container build failure
-rw-r--r-- | contrib/gate/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gate/Dockerfile b/contrib/gate/Dockerfile index 54bd2cbde..4fddae557 100644 --- a/contrib/gate/Dockerfile +++ b/contrib/gate/Dockerfile @@ -21,6 +21,7 @@ RUN dnf -y install \ procps-ng \ python \ python3-dateutil \ + python3-pip \ python3-psutil \ python3-pytoml \ python3-pyyaml \ |