add ca certificates to the OCI image #999

Merged
CobaltCause merged 1 commit from oci-image-ca-certs into next 2024-01-27 20:37:22 +00:00

View file

@ -167,6 +167,9 @@
pkgs.dockerTools.buildImage {
name = package.pname;
tag = "next";
copyToRoot = [
pkgs.dockerTools.caCertificates
];
config = {
# Use the `tini` init system so that signals (e.g. ctrl+c/SIGINT)
# are handled as expected