update-ca-certificates

Common CA certificates

Debian Debian
RUN apt-get update && \ apt-get install -y ca-certificates
Ubuntu
RUN apt-get update && \ apt-get install -y ca-certificates
Alpine
RUN apk add ca-certificates
Arch Arch Linux
RUN pacman -S --noconfirm ca-certificates
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y ca-certificates
CentOS
RUN yum install -y ca-certificates
Fedora
RUN dnf install -y ca-certificates
Raspbian
RUN apt-get update && \ apt-get install -y ca-certificates
click the source code to copy install update-ca-certificates on any operating system with command-not-found.com