Skip to content

Commit

Permalink
Include CA root certificates (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mueller authored Jan 13, 2025
1 parent 12db0da commit 69559e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nix/containers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ in rec {
(inputs.n2c.packages.nix2container.buildLayer {
copyToRoot = [frontend];
})
# CA certificates for SSL (required for calling blockfrost API)
(inputs.n2c.packages.nix2container.buildLayer {
copyToRoot = [pkgs.dockerTools.caCertificates];
})
];
};

Expand Down

0 comments on commit 69559e3

Please sign in to comment.