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 {
|
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" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user