summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorhongbo tian <hongbo.tianhongbo@huawei.com>2017-04-18 01:48:27 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-04-18 01:48:27 +0000
commit2ffa3fc85027ef9ac291c6a22bd41bfa2c66ab4c (patch)
tree289957d7e2d7dffc4f54bce8c399bd6c082631bc /docker
parentb208a362e56d0333820bd6693510a8a4ccfe5b3e (diff)
parent012a1a1b9b7a93b5ffe5a7345da77818a3713bf6 (diff)
Merge "fix click and pytz package version"
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} \