From ab0c40f697cc57689ed48f3f060eddcd166fcfee Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Wed, 11 Dec 2024 09:59:56 -0700 Subject: [PATCH] try to remove perl Switch from docker --- docker/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 5a3cdb295c4..11d7586e90f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -19,7 +19,9 @@ RUN mamba env update -f /cime.yaml && \ ln -sf /opt/conda/bin/x86_64-conda-linux-gnu-ar /opt/conda/bin/ar && \ ln -sf /opt/conda/bin/x86_64-conda-linux-gnu-ranlib /opt/conda/bin/ranlib && \ # need compilers - cpan install XML::LibXML Switch + cpan install XML::LibXML + # I think switch was only needed for pop + #cpan install Switch ARG PNETCDF_VERSION=1.12.3 ENV PNETCDF_VERSION=${PNETCDF_VERSION}