[mgmt] Install passlib in sonic-mgmt docker to support ansible no_log option (#2782)

This commit is contained in:
Qi Luo 2019-04-13 09:48:56 -07:00 committed by Ying Xie
parent 227bc32594
commit 5578e3d1bd

View File

@ -45,7 +45,8 @@ RUN pip install ipaddr \
pysnmp==4.2.5 \
jinja2==2.7.2 \
cffi==1.10.0 \
paramiko==2.1.2
paramiko==2.1.2 \
passlib
# Install Microsoft Azure Kusto Library for Python
RUN pip install azure-kusto-data==0.0.13 \