nikolaik / docker-python-nodejs

🐳 Python with Node.js docker image
MIT License
466 stars 73 forks source link

Add bun.js to the matrix #163

Open jjhesk opened 5 months ago

jjhesk commented 5 months ago

I want to express my gratitude for the excellent package you have created. I extensively used your package code to develop a many applications for many industries.

Recently the bun.js is quite popular and I wonder if there is a way to bundle python and bun js into one single base image. The official builds are left in here. Is there a better to bundle that into a silm or smaller size to start with?

nikolaik commented 4 months ago

I'm happy you found these convenience images useful @jjhesk <3

Taking a quick look at the bun Dockerfiles they seem to cover how to install bun pretty well. To go forward with your use case, you could probably copy the root Dockerfile in this repo and replace the nodejs specifics with bun specifics.

I have no immediate plans on adding bun into the matrix, though if demand picks up I might reconsider. Renaming and keeping the issue open for now