aboutsummaryrefslogtreecommitdiff
path: root/ci/test/04_install.sh
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2022-01-31 11:19:23 +0100
committerMarcoFalke <falke.marco@gmail.com>2022-02-01 10:13:25 +0100
commitfa5457e64adfc6060382bd36c45e95be6ea693ef (patch)
tree4a3790a5abd523aa6ec289cf825cf8dd9da23c7f /ci/test/04_install.sh
parentfcac16fff87b9a949b925831167c2ca5e22eac2c (diff)
downloadbitcoin-fa5457e64adfc6060382bd36c45e95be6ea693ef.tar.xz
ci: Bump CentOS 8 image
Diffstat (limited to 'ci/test/04_install.sh')
-rwxr-xr-xci/test/04_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/04_install.sh b/ci/test/04_install.sh
index 491a587b70..3b82e57d49 100755
--- a/ci/test/04_install.sh
+++ b/ci/test/04_install.sh
@@ -64,7 +64,7 @@ if [ -n "$DPKG_ADD_ARCH" ]; then
DOCKER_EXEC dpkg --add-architecture "$DPKG_ADD_ARCH"
fi
-if [[ $DOCKER_NAME_TAG == centos* ]]; then
+if [[ $DOCKER_NAME_TAG == *centos* ]]; then
${CI_RETRY_EXE} DOCKER_EXEC dnf -y install epel-release
${CI_RETRY_EXE} DOCKER_EXEC dnf -y --allowerasing install "$DOCKER_PACKAGES" "$PACKAGES"
elif [ "$CI_USE_APT_INSTALL" != "no" ]; then