Skip to content

Commit 12a48ad

Browse files
committed
Install CA certs in image
1 parent 6ce15a4 commit 12a48ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
dockerTools,
33
tini,
44
balancer,
5+
cacert,
56
}:
67
dockerTools.buildLayeredImage {
78
name = "balancer";
@@ -10,6 +11,7 @@ dockerTools.buildLayeredImage {
1011
contents = [
1112
tini
1213
balancer
14+
cacert
1315
];
1416

1517
config = {

0 commit comments

Comments
 (0)