Add thrift in the docker-sonic-mgmt (#8623)

Co-authored-by: richardyu-ms <richard.yu@microsoft.com>
This commit is contained in:
richardyu 2021-08-31 19:20:06 -07:00 committed by GitHub
parent 7735e8a792
commit 479f61404b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,7 @@ RUN pip install cffi==1.10.0 \
textfsm \
virtualenv \
retry \
thrift==0.11.0 \
&& git clone https://github.com/p4lang/scapy-vxlan.git \
&& cd scapy-vxlan \
&& python setup.py install \