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 \
1818
1919FROM yum AS libssh2
2020RUN 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 && \
2222 cd libssh2-1.8.0 && \
2323 ./configure && \
2424 make && \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN yum install -y \
2020
2121FROM yum AS libssh2
2222RUN 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 && \
2424 cd libssh2-1.8.0 && \
2525 ./configure && \
2626 make && \
Original file line number Diff line number Diff line change @@ -49,8 +49,7 @@ RUN cd /tmp && \
4949
5050FROM mbedtls AS libssh2
5151RUN 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 && \
5453 cd libssh2-1.9.0 && \
5554 mkdir build build-msan && \
5655 cd build && \
Original file line number Diff line number Diff line change @@ -41,8 +41,7 @@ RUN cd /tmp && \
4141
4242FROM mbedtls AS libssh2
4343RUN 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 && \
4645 cd libssh2-1.8.2 && \
4746 CFLAGS=-fPIC cmake -G Ninja -DBUILD_SHARED_LIBS=ON -DCRYPTO_BACKEND=Libgcrypt . && \
4847 ninja install && \
You can’t perform that action at this time.
0 commit comments