Skip to content

Commit 5578e3d

Browse files
qiluo-msftyxieca
authored andcommitted
[mgmt] Install passlib in sonic-mgmt docker to support ansible no_log option (#2782)
1 parent 227bc32 commit 5578e3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dockers/docker-sonic-mgmt/Dockerfile.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ RUN pip install ipaddr \
4545
pysnmp==4.2.5 \
4646
jinja2==2.7.2 \
4747
cffi==1.10.0 \
48-
paramiko==2.1.2
48+
paramiko==2.1.2 \
49+
passlib
4950

5051
# Install Microsoft Azure Kusto Library for Python
5152
RUN pip install azure-kusto-data==0.0.13 \

0 commit comments

Comments
 (0)