diff --git a/Dockerfile.arch b/Dockerfile.arch index 9a019151..e9051c46 100644 --- a/Dockerfile.arch +++ b/Dockerfile.arch @@ -58,7 +58,7 @@ USER root RUN pacman -U --noconfirm libstrophe-git/libstrophe-git-*.pkg.tar.zst WORKDIR /usr/src -RUN git clone -c http.sslverify=false -b fix/xmpp-parsing https://git.jabber.space/jabber.developer2/stabber +RUN git clone -c http.sslverify=false https://git.jabber.space/jabber.developer2/stabber WORKDIR /usr/src/stabber RUN ./bootstrap.sh diff --git a/Dockerfile.debian b/Dockerfile.debian index d07a1c46..8261135c 100644 --- a/Dockerfile.debian +++ b/Dockerfile.debian @@ -36,7 +36,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ RUN mkdir -p /usr/src/{stabber,libstrophe,profanity} WORKDIR /usr/src -RUN git clone -c http.sslverify=false -b fix/xmpp-parsing https://git.jabber.space/jabber.developer2/stabber +RUN git clone -c http.sslverify=false https://git.jabber.space/jabber.developer2/stabber RUN git clone -c http.sslverify=false https://github.com/strophe/libstrophe WORKDIR /usr/src/stabber diff --git a/Dockerfile.fedora b/Dockerfile.fedora index 67dd6334..79a71e77 100644 --- a/Dockerfile.fedora +++ b/Dockerfile.fedora @@ -46,7 +46,7 @@ ENV LC_ALL en_US.UTF-8 RUN mkdir -p /usr/src WORKDIR /usr/src -RUN git clone -c http.sslverify=false -b fix/xmpp-parsing https://git.jabber.space/jabber.developer2/stabber +RUN git clone -c http.sslverify=false https://git.jabber.space/jabber.developer2/stabber WORKDIR /usr/src/stabber RUN ./bootstrap.sh RUN ./configure --prefix=/usr --disable-dependency-tracking diff --git a/Dockerfile.tumbleweed b/Dockerfile.tumbleweed index 132ee37c..cf0949f3 100644 --- a/Dockerfile.tumbleweed +++ b/Dockerfile.tumbleweed @@ -45,7 +45,7 @@ ENV LC_ALL en_US.UTF-8 RUN mkdir -p /usr/src WORKDIR /usr/src -RUN git clone -c http.sslverify=false -b fix/xmpp-parsing https://git.jabber.space/jabber.developer2/stabber +RUN git clone -c http.sslverify=false https://git.jabber.space/jabber.developer2/stabber WORKDIR /usr/src/stabber RUN ./bootstrap.sh RUN ./configure --prefix=/usr --disable-dependency-tracking diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index 12d62ea7..db9bb5af 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -37,7 +37,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ RUN mkdir -p /usr/src/{stabber,libstrophe,profanity} WORKDIR /usr/src -RUN git clone -c http.sslverify=false -b fix/xmpp-parsing https://git.jabber.space/jabber.developer2/stabber +RUN git clone -c http.sslverify=false https://git.jabber.space/jabber.developer2/stabber RUN git clone -c http.sslverify=false https://github.com/strophe/libstrophe WORKDIR /usr/src/stabber