summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorBen Firshman <ben@firshman.co.uk>2014-10-16 17:14:35 +0100
committerBen Firshman <ben@firshman.co.uk>2014-10-16 17:15:13 +0100
commit695a894a5390f457ac009e87abaa302959c0a338 (patch)
treeed1cc5c9600b030dfee8551d7bdca77feb974409 /Dockerfile
parenta302932c8ff2f44f14fa87ff882b8bcaa30dcd66 (diff)
downloaddocker-py-695a894a5390f457ac009e87abaa302959c0a338.tar.gz
Install test requirements in Dockerfile
Handy for running tests and so on. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 2e6f47f..733f96c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 .