Add cacert to /etc/ssl/certs in the docker image

Fixes #5797
This commit is contained in:
Rok Garbas 2021-12-21 21:17:29 +01:00
parent 89faff93e2
commit 534bc5a3d1
No known key found for this signature in database
GPG key ID: A0E01EF44C27BF00

View file

@ -180,6 +180,9 @@ let
set -x
mkdir -p $out/etc
mkdir -p $out/etc/ssl/certs
ln -s /nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt $out/etc/ssl/certs
cat $passwdContentsPath > $out/etc/passwd
echo "" >> $out/etc/passwd