diff --git a/v3/flake.nix b/v3/flake.nix index dd7be1da016..1092c9c3fa1 100644 --- a/v3/flake.nix +++ b/v3/flake.nix @@ -65,7 +65,7 @@ dockerExtraContents = { "engine" = [ pkgs.cacert ]; # so local dev can use SSH "multitenant-engine" = [ pkgs.bash pkgs.coreutils ]; # to run sleep in a healthcheck, we should remove this soon - "artifact-server" = [ pkgs.curl ]; + "artifact-server" = [ pkgs.curl pkgs.bash ]; # to run healthcheck, we should remove this soon }; in {