Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 253 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 253 Bytes

python-nodejs

A slim Python-based image that includes NodeJS 10.x.

How to use

$ docker run --rm -it emyller/python-nodejs node --version
v10.5.0

$ docker run --rm -it emyller/python-nodejs python --version
Python 3.6.5