mirror of
https://gitlab.com/TECHNOFAB/coder-templates.git
synced 2025-12-11 17:50:06 +01:00
fix(image): add CA certificates
This commit is contained in:
parent
976c32ce5b
commit
0db1746a9e
1 changed files with 4 additions and 1 deletions
|
|
@ -20,5 +20,8 @@ pkgs.dockerTools.buildImage {
|
|||
pathsToLink = ["/bin"];
|
||||
};
|
||||
|
||||
config.Cmd = ["/bin/bash"];
|
||||
config = {
|
||||
Cmd = ["/bin/bash"];
|
||||
Env = ["SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue