From 83b6cdfa90bfed6f00c919e847c1246fea7b274a Mon Sep 17 00:00:00 2001 From: Clemens Schmid Date: Fri, 12 Jul 2024 09:26:28 +0200 Subject: [PATCH] the old docker base image for the bioconda centos build seems to be outdated - I switched to the one used by the bioconda build system to see if that runs through --- .github/workflows/Dockerfile.centos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Dockerfile.centos b/.github/workflows/Dockerfile.centos index 8757c4eee..d2cb7c9df 100644 --- a/.github/workflows/Dockerfile.centos +++ b/.github/workflows/Dockerfile.centos @@ -1,4 +1,4 @@ -FROM centos:7 +FROM quay.io/condaforge/linux-anvil-cos7-x86_64 RUN yum -y update RUN yum -y install zlib-devel wget ncurses-devel ncurses-compat-libs make gcc gcc-c++