Skip to content

Commit

Permalink
Resolve docker specific ssl error when cloning new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-mcgibbon committed Jul 26, 2022
1 parent 09c25d9 commit b449ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:20.04
RUN yes | apt-get update
RUN yes | apt-get upgrade
RUN yes | apt-get install --no-install-recommends git wget
RUN cd home; git clone https://github.com/SMVDGroup/SCORCH.git
RUN git config --global http.sslverify false; cd home; git clone https://github.com/SMVDGroup/SCORCH.git
RUN TZ=Europe/London
RUN cd /home/SCORCH; chmod +x setup.sh
RUN cd /home/SCORCH; ./setup.sh
Expand Down

0 comments on commit b449ecc

Please sign in to comment.