Open Rickyc81 opened 1 month ago
Hi, i've a problem with the container, node is installed in /bin but npm is missing
however, creating the workflow using the github runner, and not the self hosted one, it works.. should I install it manually or modify the dockerfile?
Thanks!
This should be as easy as adding npm after this line
npm
thanks! I created an image starting from yours with some extra things already installed that I needed. Thanks a lot!
Hi, i've a problem with the container, node is installed in /bin but npm is missing
however, creating the workflow using the github runner, and not the self hosted one, it works.. should I install it manually or modify the dockerfile?
Thanks!