Install latest requirment packages 49/29549/2
authorwu.zhihui <wu.zhihui1@zte.com.cn>
Wed, 1 Mar 2017 08:52:29 +0000 (16:52 +0800)
committerwu.zhihui <wu.zhihui1@zte.com.cn>
Wed, 1 Mar 2017 09:07:05 +0000 (17:07 +0800)
commit473deae9a10162f000c49ca49b4e31b28c4bf0d8
tree1ef41b55783ef5c7fac65676d4307f27bceb6c0e
parent7f5d4f59f12920bc7ab226d7b20048e28a99575f
Install latest requirment packages

When I debug code in qtip container, I found
the version of paramiko(1.16.0) is outdated.
There is a bug based on this version.[1]

Solution:
1. Pip install qtip requirment packages with -U.
2. Update dependent packages.[2][3]

And docker image is built successfully on local.

[1] http://stackoverflow.com/questions/42029415/
paramiko-futurewarning-ctr-mode-needs-counter-parameter
[2] http://www.paramiko.org/installing.html
[3] https://cryptography.io/en/latest/installation/

Change-Id: I9d90c49f7cf3048f4717a76ffcb19dab68a687d4
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
docker/Dockerfile