Skip to content

Commit

Permalink
[sonic-mgmt]: Upgrade scapy (#8554)
Browse files Browse the repository at this point in the history
* Upgrade scapy

Signed-off-by: Ze Gan <ganze718@gmail.com>

* Add scapy version

Signed-off-by: Ze Gan <ganze718@gmail.com>
  • Loading branch information
Pterosaur authored Nov 24, 2021
1 parent 11a93d2 commit 79b8ff5
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 @@ -89,7 +89,8 @@ RUN pip install cffi==1.10.0 \
&& rm -fr nanomsg-1.0.0 \
&& rm -f 1.0.0.tar.gz \
&& pip install nnpy \
&& pip install dpkt
&& pip install dpkt \
&& pip install scapy==2.4.5 --upgrade

# Install docker-ce-cli
RUN apt-get update \
Expand Down

0 comments on commit 79b8ff5

Please sign in to comment.