everpeace / docker-curl-jq

ubuntu-slim based curl + jq box
Apache License 2.0
3 stars 4 forks source link

Add ca-certificates #1

Open iBobik opened 6 years ago

iBobik commented 6 years ago
# curl https://example.com
curl: (77) Problem with the SSL CA cert (path? access rights?)

How about to install ca-certificates, so we can access https APIs (most of them) without --insecure?

nieldw commented 5 years ago

Simply replace apt-get install -y --no-install-recommends curl jq bash && \ with apt-get install -y --no-install-recommends curl jq bash ca-certificates && \