Steps hang on scripts and docker stages - Drone 2

Hi there,

Got a pipeline using a custom image that is nothing more than node alpine 18 with a couple of commands to enable Yarn 3, pretty basic, thing I’ve noticed is that when I am running, for example, package.json scripts that perform multiple tasks it often gets hanging from command to command, anywhere from 30 seconds to 1 minute plus, which slows down build time quite a bit.

Locally all commands run subsequently without delays.

Same thing happens with the basic docker image when I run a multi-stage docker file, between stages it takes 1-2 minutes to start after the previous done is one.

Why is this happening and how can it be fixed?