I have a Dockerfile that starts with
FROM python:3.7-slim-buster
and I want to install node.js and npm in it. How c
node.js
npm