summaryrefslogtreecommitdiff
path: root/ci/docker/centos8
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-09-20 12:41:13 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2021-09-21 12:02:01 -0400
commit825dd544ab719b1c6c3952cc292a20643392054d (patch)
tree6bdb9de3e4e2eee5c529f90befa9ffe7073a1e74 /ci/docker/centos8
parent1396a9b556ce60da01c99b009ef91d22e5404702 (diff)
downloadlibgit2-825dd544ab719b1c6c3952cc292a20643392054d.tar.gz
ci: pull libssh2 from www.libssh2.orgethomson/ci_libssh2
libssh2.org and www.libssh2.org were previously identical; now this is a redirect.
Diffstat (limited to 'ci/docker/centos8')
-rw-r--r--ci/docker/centos82
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/docker/centos8 b/ci/docker/centos8
index f47198446..cca088103 100644
--- a/ci/docker/centos8
+++ b/ci/docker/centos8
@@ -20,7 +20,7 @@ RUN yum install -y \
FROM yum AS libssh2
RUN cd /tmp && \
- curl https://libssh2.org/download/libssh2-1.8.0.tar.gz | tar -xz && \
+ curl --location --silent --show-error https://www.libssh2.org/download/libssh2-1.8.0.tar.gz | tar -xz && \
cd libssh2-1.8.0 && \
./configure && \
make && \