summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorshin- <joffrey@dotcloud.com>2013-09-14 02:32:35 +0200
committershin- <joffrey@dotcloud.com>2013-09-14 02:32:35 +0200
commitaa1f7989808a84c23f282fe3c14b57cbefb7bf04 (patch)
tree62d71e4982154fa0b0687981add126923d251436 /Dockerfile
parent8b83cf033d972f08e4f3e39ce1b782f4352e5163 (diff)
downloaddocker-py-aa1f7989808a84c23f282fe3c14b57cbefb7bf04.tar.gz
Added basic Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..7761db7
--- /dev/null
+++ b/Dockerfile
@@ -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 .