fix(docker): remove unnecessary http.sslverify flag from git clone commands

This commit is contained in:
2025-12-24 18:35:35 +03:00
parent 3a77bb1014
commit 4c327bcb0c
5 changed files with 12 additions and 8 deletions

View File

@@ -46,7 +46,7 @@ ENV TERM=xterm
RUN mkdir -p /usr/src
WORKDIR /usr/src
RUN git clone -c http.sslverify=false https://git.jabber.space/devs/stabber
RUN git clone https://git.jabber.space/devs/stabber
WORKDIR /usr/src/stabber
RUN ./bootstrap.sh
RUN ./configure --prefix=/usr --disable-dependency-tracking