File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN apt-get update && \
2525
2626FROM apt AS mbedtls
2727RUN cd /tmp && \
28- curl --insecure -- location --silent --show-error https://tls.mbed.org/download/mbedtls-2.16.2-apache.tgz | \
28+ curl --location --silent --show-error https://tls.mbed.org/download/mbedtls-2.16.2-apache.tgz | \
2929 tar -xz && \
3030 cd mbedtls-2.16.2 && \
3131 scripts/config.pl set MBEDTLS_MD4_C 1 && \
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN apt-get update && \
2929
3030FROM apt AS mbedtls
3131RUN cd /tmp && \
32- curl --insecure -- location --silent --show-error https://tls.mbed.org/download/mbedtls-2.16.2-apache.tgz | \
32+ curl --location --silent --show-error https://tls.mbed.org/download/mbedtls-2.16.2-apache.tgz | \
3333 tar -xz && \
3434 cd mbedtls-2.16.2 && \
3535 scripts/config.pl set MBEDTLS_MD4_C 1 && \
You canβt perform that action at this time.
0 commit comments