From 7a6097487b91c3f77bf963d7db5297495a98696a Mon Sep 17 00:00:00 2001
From: Allan <atribe13@gmail.com>
Date: Sat, 14 Jan 2017 20:36:55 -0700
Subject: [PATCH] Executed the requirements file

---
 Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index 42d1f77..05d85ef 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,4 +4,6 @@ MAINTAINER Allan Tribe <atribe13@gmail.com>
 VOLUME /src
 ADD . /src
 
+RUN pip install -r /src/requirements.txt
+
 CMD ["python", "/src/InfluxdbSpeedtest.py"]
-- 
GitLab