File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN yum install -y \
18
18
19
19
FROM yum AS libssh2
20
20
RUN cd /tmp && \
21
- curl https://libssh2.org/download/libssh2-1.8.0.tar.gz | tar -xz && \
21
+ curl --location --silent --show-error https://www. libssh2.org/download/libssh2-1.8.0.tar.gz | tar -xz && \
22
22
cd libssh2-1.8.0 && \
23
23
./configure && \
24
24
make && \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN yum install -y \
20
20
21
21
FROM yum AS libssh2
22
22
RUN cd /tmp && \
23
- curl https://libssh2.org/download/libssh2-1.8.0.tar.gz | tar -xz && \
23
+ curl --location --silent --show-error https://www. libssh2.org/download/libssh2-1.8.0.tar.gz | tar -xz && \
24
24
cd libssh2-1.8.0 && \
25
25
./configure && \
26
26
make && \
Original file line number Diff line number Diff line change @@ -49,8 +49,7 @@ RUN cd /tmp && \
49
49
50
50
FROM mbedtls AS libssh2
51
51
RUN cd /tmp && \
52
- curl --insecure --location --silent --show-error https://www.libssh2.org/download/libssh2-1.9.0.tar.gz | \
53
- tar -xz && \
52
+ curl --location --silent --show-error https://www.libssh2.org/download/libssh2-1.9.0.tar.gz | tar -xz && \
54
53
cd libssh2-1.9.0 && \
55
54
mkdir build build-msan && \
56
55
cd build && \
Original file line number Diff line number Diff line change @@ -41,8 +41,7 @@ RUN cd /tmp && \
41
41
42
42
FROM mbedtls AS libssh2
43
43
RUN cd /tmp && \
44
- curl --insecure --location --silent --show-error https://www.libssh2.org/download/libssh2-1.8.2.tar.gz | \
45
- tar -xz && \
44
+ curl --location --silent --show-error https://www.libssh2.org/download/libssh2-1.8.2.tar.gz | tar -xz && \
46
45
cd libssh2-1.8.2 && \
47
46
CFLAGS=-fPIC cmake -G Ninja -DBUILD_SHARED_LIBS=ON -DCRYPTO_BACKEND=Libgcrypt . && \
48
47
ninja install && \
You can’t perform that action at this time.
0 commit comments