Skip to content

Commit

Permalink
FIX the build error introduced by textfsm 1.1.3(Published on 2022/7/6)
Browse files Browse the repository at this point in the history
  • Loading branch information
yejianquan committed Jul 8, 2022
1 parent 1b7fcb4 commit 48cac8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockers/docker-sonic-mgmt/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ RUN pip install cffi==1.10.0 \
six \
tabulate \
statistics \
textfsm \
textfsm==1.1.2 \
virtualenv \
retry \
thrift==0.11.0 \
Expand Down Expand Up @@ -233,7 +233,7 @@ RUN python3 -m pip install setuptools-rust \
rpyc \
six \
tabulate \
textfsm \
textfsm==1.1.2 \
virtualenv \
wheel==0.33.6 \
pysubnettree \
Expand Down

0 comments on commit 48cac8a

Please sign in to comment.