Open
Description
My org needs Security Certificate to be installed. So placed commands to copy the certificate file in Dockerfile which works great !
However, for installing the same, In Dockerfile I added the line
RUN dpkg-reconfigure ca-certificates
But it doesn't add the Certificate. I even tried with
RUN update-ca-certificates
but it still doesn't add the Certificate.
I confirmed this by going into the docker shell and trying and executing
curl -v https://www.google.com
which failed miserably.
Any specific changes I need to do in my Dockerfile to install the Certificate please ?
Metadata
Metadata
Assignees
Labels
No labels