Quantcast
Channel: User Isaac Betesh - Ask Ubuntu
Viewing all articles
Browse latest Browse all 15

Comment by Isaac Betesh on How can I get the ca-certificates.crt?

$
0
0
Not sure why that didn't work for me, but I had to create a Dockerfile: FROM ubuntu:22.04, RUN apt update, RUN apt install -y ca-certificates, ENTRYPOINT ["/usr/bin/cat", "/etc/ssl/certs/ca-certificates.crt"] and then run: docker build -t ubuntu-tmp && docker run --rm ubuntu-tmp > ca-certificates.crt

Viewing all articles
Browse latest Browse all 15

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>