Commit 4419e09314a331b918ae4ba91a23cf2bbd2b511c
1 parent
c0431505
Exists in
master
Disable ssl verify
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
conf/dachs-dockerfile
... | ... | @@ -53,7 +53,7 @@ RUN chown dachsroot:gavo -R /home/dachsroot/.ssh |
53 | 53 | ### |
54 | 54 | |
55 | 55 | RUN mkdir $PATH$SERVER -p |
56 | -RUN git clone $GITURL/$GIT.git $HOMEPATH/$SERVER/$GIT | |
56 | +RUN git clone -c http.sslVerify=0 $GITURL/$GIT.git $HOMEPATH/$SERVER/$GIT | |
57 | 57 | |
58 | 58 | #on déplace les fichiers |
59 | 59 | RUN cp $HOMEPATH/$SERVER/$GIT/conf/000-default.conf /etc/apache2/sites-enabled/000-default.conf | ... | ... |