ci/centos-stream-8: Add which command

This commit is contained in:
Arne Welzel 2023-03-20 12:00:38 +01:00 committed by Tim Wojtulewicz
parent 1b6b6b3209
commit 79ea84e5f4

View file

@ -2,7 +2,7 @@ FROM quay.io/centos/centos:stream8
# A version field to invalidate Cirrus's build cache when needed, as suggested in # 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 # 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 -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
RUN dnf config-manager --set-enabled powertools RUN dnf config-manager --set-enabled powertools
@ -26,6 +26,7 @@ RUN dnf -y install \
python3-pip\ python3-pip\
sqlite \ sqlite \
swig \ swig \
which \
zlib-devel \ zlib-devel \
&& dnf clean all && rm -rf /var/cache/dnf && dnf clean all && rm -rf /var/cache/dnf