add cacert
All checks were successful
Build and Publish / build-release (push) Successful in 2m30s

This commit is contained in:
2026-05-05 15:42:27 -05:00
parent 9cfa7ae743
commit b931622c8f
3 changed files with 7 additions and 7 deletions

View File

@@ -33,7 +33,7 @@
};
dockerImage = pkgs.dockerTools.buildLayeredImage {
name = "policy_service";
contents = [ package pkgs.bashInteractive pkgs.busybox pkgs.shadow ];
contents = [ package pkgs.bashInteractive pkgs.busybox pkgs.shadow pkgs.cacert ];
config = {
Cmd = [ "${package}/bin/policy_service" "start" ];
};