diff --git a/Dockerfile b/Dockerfile index ab993d1e0e1fdafa2e349626759027d9757ada90..2a09b4a0ccb695d311b0c6e736a650de49ae860b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN echo 'export PATH=/conda/bin:$PATH' > /etc/profile.d/conda.sh && \ # install algorithms and dependencies via conda RUN conda config --set ssl_verify $SSL_CERT_FILE && \ conda config --add channels conda-forge && \ - conda install --yes jupyter obspy && \ + conda install --yes jupyter obspy 'icu=58.*' && \ conda clean -i -l -t -y && \ # build pycurl with SFTP support export PIP_CERT=$SSL_CERT_FILE && \