eisengrind / docker-altv-server

The unofficial alt:V server Docker image.
https://hub.docker.com/r/eisengrind/altv-server
MIT License
22 stars 18 forks source link

nodejs + npm #10

Closed FDiskas closed 3 years ago

FDiskas commented 3 years ago

should this docker go with nodejs preinstalled? I see .net but no npm with node

pixlcrashr commented 3 years ago

@FDiskas The Docker image contains only the nodejs module - not NPM or NodeJS itself.

If you want to use NodeJS or npm, too, on your Docker image, you can simply go ahead and extend this Docker image by creating your own Dockerfile like this:

FROM eisengrind/altv-server

RUN apt-get install <xyz>