mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 18:46:21 +00:00
fix(docker): remove unnecessary http.sslverify flag from git clone commands
This commit is contained in:
@@ -59,8 +59,12 @@ USER root
|
||||
|
||||
RUN pacman -U --noconfirm libstrophe-git/libstrophe-git-*.pkg.tar.zst
|
||||
|
||||
# Create symlink for libexpect - Arch puts it in versioned subdirectory
|
||||
# which causes configure to fail with "libexpect not found"
|
||||
RUN ln -sf /usr/lib/expect5.45.4/libexpect5.45.4.so /usr/lib/libexpect.so
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user