From 79ea84e5f47d0ca818fc0f53696ec9db341beb62 Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Mon, 20 Mar 2023 12:00:38 +0100 Subject: [PATCH] ci/centos-stream-8: Add which command --- ci/centos-stream-8/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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