Skip to content

Commit

Permalink
Handle outdated root certificates (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson authored Aug 5, 2024
1 parent 9d4c371 commit ad85271
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/sge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ FROM ubuntu:14.04 as base
ENV LANG C.UTF-8

RUN apt-get update && apt-get install curl bzip2 git gcc -y --fix-missing

RUN curl -o miniconda.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh && \
RUN curl -ko miniconda.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh && \
bash miniconda.sh -f -b -p /opt/anaconda && \
/opt/anaconda/bin/conda clean -tipy && \
rm -f miniconda.sh
Expand Down

0 comments on commit ad85271

Please sign in to comment.