docker_images/py27/Dockerfile

8 lines
240 B
Docker

FROM debian:jessie
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
RUN apt-get update && apt-get install -y --no-install-recommends python2.7-minimal
# Packages cleanup
RUN apt-get purge -y --auto-remove && apt-get clean
CMD bash