fix(docker): remove unnecessary http.sslverify flag from git clone commands
Some checks failed
CI Code / Check spelling (pull_request) Successful in 16s
CI Code / Check coding style (pull_request) Successful in 30s
CI Code / Linux (ubuntu) (pull_request) Failing after 8s
CI Code / Linux (debian) (pull_request) Failing after 1m42s
CI Code / Linux (arch) (pull_request) Has been cancelled

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

@@ -39,8 +39,8 @@ 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 https://git.jabber.space/devs/stabber
RUN git clone -c http.sslverify=false https://github.com/strophe/libstrophe
RUN git clone https://git.jabber.space/devs/stabber
RUN git clone https://github.com/strophe/libstrophe
WORKDIR /usr/src/stabber
RUN ./bootstrap.sh