From 012a1a1b9b7a93b5ffe5a7345da77818a3713bf6 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Sun, 16 Apr 2017 23:47:50 -0400 Subject: fix click and pytz package version JIRA: DOVETAIL-376 Change-Id: Ia269ca7cdd34c71b4531b28e42e40415190ae398 Signed-off-by: MatthewLi --- docker/Dockerfile | 2 -- 1 file changed, 2 deletions(-) (limited to 'docker') diff --git a/docker/Dockerfile b/docker/Dockerfile index e4013685..8cc15e0b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -29,8 +29,6 @@ RUN \ mkdir -p ${REPOS_DIR}/results \ && \ pip install -U pip \ -&& \ - pip install -U pytz \ && \ pip install -r ${REPOS_DIR}/requirements.txt \ && \ -- cgit 1.2.3-korg