# # Dockerfile for python2 # FROM alpine MAINTAINER kev RUN set -xe \ && apk add --no-cache curl python \ && curl -sSL https://bootstrap.pypa.io/get-pip.py | python CMD ["python"]