use busybox instead of bash
All checks were successful
Build and Publish / build-release (push) Successful in 5m3s

This commit is contained in:
2026-04-14 14:26:31 -05:00
parent f7f594a2e4
commit 29bc255f0f

View File

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