diff --git a/Dockerfile.debian b/Dockerfile.debian index 504e01b1..70a4bf9b 100644 --- a/Dockerfile.debian +++ b/Dockerfile.debian @@ -36,7 +36,7 @@ RUN mkdir -p /usr/src/{stabber,libstrophe,profanity} WORKDIR /usr/src #RUN git clone https://github.com/boothj5/stabber -RUN git clone -c http.sslverify=false https://github.com/strophe/libstrophe +RUN git clone --depth 1 https://git.jabber.space/devs/libstrophe-gh.git #WORKDIR /usr/src/stabber #RUN ./bootstrap.sh diff --git a/Dockerfile.fedora b/Dockerfile.fedora index 208c9c28..a48d4136 100644 --- a/Dockerfile.fedora +++ b/Dockerfile.fedora @@ -56,7 +56,7 @@ WORKDIR /usr/src WORKDIR /usr/src RUN mkdir -p /usr/src/libstrophe -RUN git clone -c http.sslverify=false https://github.com/strophe/libstrophe +RUN git clone --depth 1 https://git.jabber.space/devs/libstrophe-gh.git WORKDIR /usr/src/libstrophe RUN ./bootstrap.sh RUN ./configure --prefix=/usr diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index 1d568517..981f223c 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -37,7 +37,7 @@ RUN mkdir -p /usr/src/{stabber,libstrophe,profanity} WORKDIR /usr/src #RUN git clone https://github.com/boothj5/stabber -RUN git clone -c http.sslverify=false https://github.com/strophe/libstrophe +RUN git clone --depth 1 https://git.jabber.space/devs/libstrophe-gh.git # TODO: Re-enable once libmicrohttpd-dev has been updated. #WORKDIR /usr/src/stabber