Based off python:3.5 image and contains a node.js installation from the official docker image.
10K+
python.nodeThis image is based off the python:3.5 image and
contains a node.js installation based off the official docker image.
Assuming that the Python version we want to build is 3.5 and the Node.js version is 6.9.4, then we can build
the images as such:
docker build -t python-node:3.5-6.9.4 .
docker push python-node:3.5-6.9.4
Dockerfile links3.5-6.9.4: Python 3.5 with Node.js 6.9.4 (Dockerfile)Content type
Image
Digest
Size
266.7 MB
Last updated
over 9 years ago
docker pull datagovsg/python-node