diff --git a/ci/centos-stream-8/Dockerfile b/ci/centos-stream-8/Dockerfile index 29b6d64dc7..5dc813ca63 100644 --- a/ci/centos-stream-8/Dockerfile +++ b/ci/centos-stream-8/Dockerfile @@ -2,7 +2,7 @@ FROM quay.io/centos/centos:stream8 # A version field to invalidate Cirrus's build cache when needed, as suggested in # https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822 -ENV DOCKERFILE_VERSION 20220519 +ENV DOCKERFILE_VERSION 20230320 RUN dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm RUN dnf config-manager --set-enabled powertools @@ -26,6 +26,7 @@ RUN dnf -y install \ python3-pip\ sqlite \ swig \ + which \ zlib-devel \ && dnf clean all && rm -rf /var/cache/dnf