mirror of https://github.com/docker/docker-py.git
Added basic Dockerfile
This commit is contained in:
parent
8b83cf033d
commit
aa1f798980
|
@ -0,0 +1,6 @@
|
|||
FROM ubuntu:12.10
|
||||
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 .
|
Loading…
Reference in New Issue