ci: dont verify ssl

This commit is contained in:
Michael Vetter
2022-01-12 18:59:39 +01:00
parent 992f5b800b
commit fada16bd6d
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ RUN mkdir -p /usr/src/{stabber,libstrophe,profanity}
WORKDIR /usr/src
#RUN git clone https://github.com/boothj5/stabber
RUN git clone https://github.com/strophe/libstrophe
RUN git clone -c http.sslverify=false https://github.com/strophe/libstrophe
#WORKDIR /usr/src/stabber
#RUN ./bootstrap.sh