summaryrefslogtreecommitdiff
path: root/ci/docker/centos8
diff options
context:
space:
mode:
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 && \