FROM alpine:3.7
RUN set -ex && apk add --no-cache python2
CMD ["python2"]
