[mgmt] Install passlib in sonic-mgmt docker to support ansible no_log
option (#2782)
This commit is contained in:
parent
227bc32594
commit
5578e3d1bd
@ -45,7 +45,8 @@ RUN pip install ipaddr \
|
|||||||
pysnmp==4.2.5 \
|
pysnmp==4.2.5 \
|
||||||
jinja2==2.7.2 \
|
jinja2==2.7.2 \
|
||||||
cffi==1.10.0 \
|
cffi==1.10.0 \
|
||||||
paramiko==2.1.2
|
paramiko==2.1.2 \
|
||||||
|
passlib
|
||||||
|
|
||||||
# Install Microsoft Azure Kusto Library for Python
|
# Install Microsoft Azure Kusto Library for Python
|
||||||
RUN pip install azure-kusto-data==0.0.13 \
|
RUN pip install azure-kusto-data==0.0.13 \
|
||||||
|
Loading…
Reference in New Issue
Block a user