Created
October 23, 2020 15:11
-
-
Save iworkforthem/e97ff22debc12788f0df14b888210635 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ENV REQUESTS_CA_BUNDLE /etc/ssl/certs/ca-certificates.crt | |
COPY ./ca/Lets_Encrypt_Authority_X3.crt /usr/local/share/ca-certificates | |
RUN update-ca-certificates | |
#Gist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment