Skip to content

Commit

Permalink
[mgmt] Install passlib in sonic-mgmt docker to support ansible `no_lo…
Browse files Browse the repository at this point in the history
…g` option (#2782)
  • Loading branch information
qiluo-msft authored and yxieca committed Apr 16, 2019
1 parent 227bc32 commit 5578e3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockers/docker-sonic-mgmt/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 5578e3d

Please sign in to comment.