Skip to content

Commit

Permalink
try to remove perl Switch from docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Dec 11, 2024
1 parent 7ecf45f commit ab0c40f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit ab0c40f

Please sign in to comment.