build artifact | add service dependency (#1404)

V3_GIT_ORIGIN_REV_ID: 5c6cf87f6e420a520092514efaa98b8270f25037
This commit is contained in:
paritosh-08 2024-12-02 20:21:59 +05:30 committed by hasura-bot
parent 41a33a9c12
commit 05c3645fa1

View File

@ -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
{