docker library for python code example
Example 1: install python in dockerfile
RUN apt-get update
RUN apt-get install python
Example 2: python docker
docker pull python
RUN apt-get update
RUN apt-get install python
docker pull python