add ssl certs in the docker container

This commit is contained in:
Quentin 2023-05-23 10:17:14 +02:00
parent 373c1f8d76
commit 9777f6ec51
Signed by: quentin
GPG Key ID: E9602264D639FF68
1 changed files with 4 additions and 1 deletions

View File

@ -105,7 +105,10 @@
name = "dxflrs/albatros-ci";
architecture = (builtins.getAttr targetHost archmap).GOARCH;
config = {
Cmd = [ "${ci}" ];
Cmd = [ "${ci}" ];
Env = [
"SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
];
};
};