Skip to content

Commit

Permalink
[docker-ptf]: Overwrite ubuntu scapy with version from p4lang (#639)
Browse files Browse the repository at this point in the history
* Install scapy from p4lang

* Overwrite standard scapy version
  • Loading branch information
pavel-shirshov authored and lguohan committed May 27, 2017
1 parent e6bb4b2 commit 122c03c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dockers/docker-ptf/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@ RUN sed --in-place 's/httpredir.debian.org/debian-archive.trafficmanager.net/' /
libqt5network5 \
less \
ipython \
git \
iputils-ping

## Reinstall scapy by version from p4lang
RUN git clone https://github.com/p4lang/scapy-vxlan.git && cd scapy-vxlan && python setup.py install

RUN dpkg -i \
{% for deb in docker_ptf_debs.split(' ') -%}
Expand Down

0 comments on commit 122c03c

Please sign in to comment.