myoung34 / docker-github-actions-runner

This will run the new self-hosted github actions runners with docker-in-docker
GNU General Public License v3.0
1.65k stars 389 forks source link

Missing NPM #405

Open Rickyc81 opened 1 week ago

Rickyc81 commented 1 week ago

Hi, i've a problem with the container, node is installed in /bin but npm is missing

image

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!

myoung34 commented 5 days ago

This should be as easy as adding npm after this line

Rickyc81 commented 5 days ago

thanks! I created an image starting from yours with some extra things already installed that I needed. Thanks a lot!