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
|
@ -105,7 +105,10 @@
|
||||||
name = "dxflrs/albatros-ci";
|
name = "dxflrs/albatros-ci";
|
||||||
architecture = (builtins.getAttr targetHost archmap).GOARCH;
|
architecture = (builtins.getAttr targetHost archmap).GOARCH;
|
||||||
config = {
|
config = {
|
||||||
Cmd = [ "${ci}" ];
|
Cmd = [ "${ci}" ];
|
||||||
|
Env = [
|
||||||
|
"SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue