about summary refs log tree commit diff stats
path: root/Dockerfile.ubuntu
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.ubuntu')
-rw-r--r--Dockerfile.ubuntu2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu
index 0cfd7a50..a9ff84b0 100644
--- a/Dockerfile.ubuntu
+++ b/Dockerfile.ubuntu
@@ -34,7 +34,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
 
 # TODO: Re-enable once libmicrohttpd-dev has been updated.
 #WORKDIR /usr/src/stabber