summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2017-04-16 23:47:50 -0400
committerMatthewLi <matthew.lijun@huawei.com>2017-04-16 23:49:47 -0400
commit012a1a1b9b7a93b5ffe5a7345da77818a3713bf6 (patch)
tree844a027052d5040ad4bb4ee0cab376c564d858de /docker
parent920281280fd055e796d8eec8b47416ec9a2d457f (diff)
fix click and pytz package version
JIRA: DOVETAIL-376 Change-Id: Ia269ca7cdd34c71b4531b28e42e40415190ae398 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index e4013685..8cc15e0b 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -30,8 +30,6 @@ RUN \
&& \
pip install -U pip \
&& \
- pip install -U pytz \
-&& \
pip install -r ${REPOS_DIR}/requirements.txt \
&& \
cd ${REPOS_DIR} \