Use official python repository in Dockerfile

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
Ben Firshman 2014-10-16 17:14:19 +01:00
parent 721edfd526
commit a302932c8f
1 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,5 @@
FROM ubuntu:12.10
FROM python:2.7
MAINTAINER Joffrey F <joffrey@dotcloud.com>
RUN apt-get update
RUN yes | apt-get install python-pip
ADD . /home/docker-py
RUN cd /home/docker-py && pip install .
WORKDIR /home/docker-py
RUN pip install .