add ssl certs in the docker container
This commit is contained in:
parent
373c1f8d76
commit
9777f6ec51
1 changed files with 4 additions and 1 deletions
|
@ -106,6 +106,9 @@
|
|||
architecture = (builtins.getAttr targetHost archmap).GOARCH;
|
||||
config = {
|
||||
Cmd = [ "${ci}" ];
|
||||
Env = [
|
||||
"SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue