mirror of https://github.com/docker/docker-py.git
Use official python repository in Dockerfile
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
721edfd526
commit
a302932c8f
|
@ -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 .
|
||||
|
|
Loading…
Reference in New Issue