dockerfile: don't check fail.git certificates
This commit is contained in:
@ -52,7 +52,7 @@ RUN tar xvzf ac-bin-linux-x86-64bit-1.2.tar.gz; mkdir bin; mv aspectc++/ac++ asp
|
||||
ENV PATH /home/fail/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||
|
||||
# Clone FAIL*
|
||||
RUN git clone https://github.com/danceos/fail.git
|
||||
RUN git clone -c http.sslVerify=false https://github.com/danceos/fail.git
|
||||
WORKDIR fail
|
||||
|
||||
USER root
|
||||
|
||||
Reference in New Issue
Block a user