Skip to content

Commit

Permalink
the old docker base image for the bioconda centos build seems to be o…
Browse files Browse the repository at this point in the history
…utdated - I switched to the one used by the bioconda build system to see if that runs through
  • Loading branch information
nevrome committed Jul 12, 2024
1 parent df0ed3f commit 83b6cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile.centos
Original file line number Diff line number Diff line change
@@ -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++
Expand Down

1 comment on commit 83b6cdf

@nevrome
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stschiff

FYI. We have to remember this change for xerxes.

Please sign in to comment.