summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2018-06-12 16:19:47 +0300
committerPanu Matilainen <pmatilai@redhat.com>2020-03-26 11:57:58 +0200
commit60f71902067c018887a1ec3616e1e33fabac4fac (patch)
treeb9973693b51fc2b86c9809be66c08a383cff5303
parenteaa5e34602c081dedeada123e4ae74525461ca51 (diff)
downloadrpm-60f71902067c018887a1ec3616e1e33fabac4fac.tar.gz
Ensure /usr/bin/python2 is present in the CI environment
Oh the joys of Python 3 transition :(
-rw-r--r--ci/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/Dockerfile b/ci/Dockerfile
index 30436390f..ebd8c3da6 100644
--- a/ci/Dockerfile
+++ b/ci/Dockerfile
@@ -37,6 +37,7 @@ RUN dnf -y install \
tar unzip gzip bzip2 cpio xz \
pkgconfig \
/usr/bin/gdb-add-index \
+ /usr/bin/python2 \
dwz \
&& dnf clean all
RUN autoreconf -vfi