
Is there something equivalent for python:buster (Debian based)

I will get node 16.x version, which makes it easy.

What's up with the package repo that 'apt-get' pulls from, that it will not install later versions of node (14.x or greater)? How do I get the latest version of node.js (16.10.0) installed on Debian (in a Docker container)Īnd when run in the container give a long statement about no longer being unsupported. I can get the latest version of python in a container using: I have needs to have both Python and Node.js installed in running container. Node 10.x was released on (but that's the default version when using apt-get) How would I get the latest version of node.js (16.x.x) installed on Debian (in a Docker container)
