We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a48da8f + 0f316d5 commit 8c1aef1Copy full SHA for 8c1aef1
azure-pipelines/docker/xenial
@@ -29,7 +29,9 @@ RUN apt-get update && \
29
30
FROM apt AS mbedtls
31
RUN cd /tmp && \
32
- curl --location --silent https://tls.mbed.org/download/mbedtls-2.16.2-apache.tgz | \
+ curl --location http://secure.globalsign.com/cacert/gsrsaovsslca2018.crt | openssl x509 -inform der -out /tmp/cacert.pem && \
33
+ curl --location https://curl.haxx.se/ca/cacert.pem >> /tmp/cacert.pem && \
34
+ curl --location --silent https://tls.mbed.org/download/mbedtls-2.16.2-apache.tgz --cacert /tmp/cacert.pem | \
35
tar -xz && \
36
cd mbedtls-2.16.2 && \
37
scripts/config.pl set MBEDTLS_MD4_C 1 && \
0 commit comments