Skip to content

Commit 38e813a

Browse files
committed
try this
1 parent 5275732 commit 38e813a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docker/Dockerfile

+1-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ COPY cime.yaml /cime.yaml
1717
RUN mamba env update -f /cime.yaml && \
1818
rm -rf /opt/conda/pkgs/* && \
1919
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
20+
ln -sf /opt/conda/bin/x86_64-conda-linux-gnu-ranlib /opt/conda/bin/ranlib
2521

2622
ARG PNETCDF_VERSION=1.12.3
2723
ENV PNETCDF_VERSION=${PNETCDF_VERSION}

0 commit comments

Comments
 (0)