mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
I had certificates issues when the pip command was run: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661) Using the pip like this solved the issue: RUN pip install --trusted-host pypi.python.org -r requirements.txt