Install test requirements in Dockerfile

Handy for running tests and so on.

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

View File

@ -2,4 +2,5 @@ FROM python:2.7
MAINTAINER Joffrey F <joffrey@dotcloud.com>
ADD . /home/docker-py
WORKDIR /home/docker-py
RUN pip install -r test-requirements.txt
RUN pip install .