use busybox instead of bash
All checks were successful
Build and Publish / build-release (push) Successful in 5m3s
All checks were successful
Build and Publish / build-release (push) Successful in 5m3s
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
};
|
||||
dockerImage = pkgs.dockerTools.buildLayeredImage {
|
||||
name = "policy_service";
|
||||
contents = [ package pkgs.bashInteractive pkgs.shadow ];
|
||||
contents = [ package pkgs.busybox pkgs.shadow ];
|
||||
config = {
|
||||
Cmd = [ "${package}/bin/policy_service" "start" ];
|
||||
Entrypoint = [ "/bin/sh" ];
|
||||
|
||||
Reference in New Issue
Block a user