diff options
author | Chris Evich <cevich@redhat.com> | 2020-04-15 12:24:48 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2020-04-15 13:51:25 -0400 |
commit | e394ff407c70d1f54ebe9d41778b80db88c3e3b9 (patch) | |
tree | 8b550b2adcd2ac23760596072363747cae4c381b | |
parent | 2aca1b7f9bcfa4cfa943ae0eb3e5fbe8e3329523 (diff) | |
download | podman-e394ff407c70d1f54ebe9d41778b80db88c3e3b9.tar.gz podman-e394ff407c70d1f54ebe9d41778b80db88c3e3b9.tar.bz2 podman-e394ff407c70d1f54ebe9d41778b80db88c3e3b9.zip |
Cirrus: Fix gate container build failure
Signed-off-by: Chris Evich <cevich@redhat.com>
-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 \ |