We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ca-certificates
1 parent 1316f69 commit d0833c7Copy full SHA for d0833c7
containers/cloudquery/Dockerfile
@@ -4,4 +4,6 @@ FROM ghcr.io/cloudquery/cloudquery:${CQ_CLI}
4
5
# Need to install RDS certs before running Cloudquery container due to
6
# access to the root filesystem being restricted
7
-RUN wget -O /usr/local/share/ca-certificates/global-bundle.crt -q https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem && update-ca-certificates
+RUN apk add --no-cache ca-certificates
8
+RUN wget -O /usr/local/share/ca-certificates/global-bundle.crt -q https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem
9
+RUN update-ca-certificates
0 commit comments