How to add trusted root CA to Docker alpine
Suppose I am at network where there is MITM SSL swaping firewall (google.com is not issued by Google, but reissued by custom CA root authority) some more details here https://security.stackexchange.com/questions/107542/is-it-common-practice-for-companies-to-mitm-https-traffic . I have simple Dockerfile: FROM alpine:latest RUN apk --no-cache add curl It fails