[sonic-mgmt]: Upgrade scapy (#8554)

* Upgrade scapy

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

* Add scapy version

Signed-off-by: Ze Gan <ganze718@gmail.com>
This commit is contained in:
Ze Gan 2021-11-24 10:07:50 +08:00 committed by GitHub
parent 11a93d2f92
commit 79b8ff52b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \