We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5275732 commit 38e813aCopy full SHA for 38e813a
docker/Dockerfile
@@ -17,11 +17,7 @@ COPY cime.yaml /cime.yaml
17
RUN mamba env update -f /cime.yaml && \
18
rm -rf /opt/conda/pkgs/* && \
19
ln -sf /opt/conda/bin/x86_64-conda-linux-gnu-ar /opt/conda/bin/ar && \
20
- ln -sf /opt/conda/bin/x86_64-conda-linux-gnu-ranlib /opt/conda/bin/ranlib && \
21
- # need compilers
22
- # cpan install Alien::Base::Wrapper Alien::Build::Plugin XML::LibXML
23
- # I think switch was only needed for pop
24
- #cpan install Switch
+ ln -sf /opt/conda/bin/x86_64-conda-linux-gnu-ranlib /opt/conda/bin/ranlib
25
26
ARG PNETCDF_VERSION=1.12.3
27
ENV PNETCDF_VERSION=${PNETCDF_VERSION}
0 commit comments