fix(docker): disable SSL verification for git clone commands in Dockerfiles

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

View File

@@ -64,7 +64,7 @@ RUN pacman -U --noconfirm libstrophe-git/libstrophe-git-*.pkg.tar.zst
RUN ln -sf /usr/lib/expect5.45.4/libexpect5.45.4.so /usr/lib/libexpect.so
WORKDIR /usr/src
RUN git clone https://git.jabber.space/devs/stabber
RUN git clone -c http.sslverify=false https://git.jabber.space/devs/stabber
WORKDIR /usr/src/stabber
RUN ./bootstrap.sh