summaryrefslogtreecommitdiff
path: root/Dockerfile
blob: 7761db74a1ac224f43912b5a1352ddf057e95b8a (plain)
1
2
3
4
5
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 .