[docker-ptf]: Adding sflowtool to ptf docker to for sflow tests (#4045)
Adding sflowtool to ptf docker for running sflow tests in sonic-mgmt repository
This commit is contained in:
parent
a664123786
commit
c6fee49e76
@ -27,6 +27,7 @@ RUN sed --in-place 's/httpredir.debian.org/debian-archive.trafficmanager.net/' /
|
|||||||
&& apt-get upgrade -y \
|
&& apt-get upgrade -y \
|
||||||
&& apt-get dist-upgrade -y \
|
&& apt-get dist-upgrade -y \
|
||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
|
autoconf \
|
||||||
openssh-server \
|
openssh-server \
|
||||||
vim \
|
vim \
|
||||||
telnet \
|
telnet \
|
||||||
@ -81,6 +82,14 @@ RUN rm -rf /debs \
|
|||||||
&& python setup.py install \
|
&& python setup.py install \
|
||||||
&& cd .. \
|
&& cd .. \
|
||||||
&& rm -fr scapy-vxlan \
|
&& rm -fr scapy-vxlan \
|
||||||
|
&& git clone https://github.com/sflow/sflowtool \
|
||||||
|
&& cd sflowtool \
|
||||||
|
&& ./boot.sh \
|
||||||
|
&& ./configure \
|
||||||
|
&& make \
|
||||||
|
&& make install \
|
||||||
|
&& cd .. \
|
||||||
|
&& rm -fr sflowtool \
|
||||||
&& wget https://github.com/nanomsg/nanomsg/archive/1.0.0.tar.gz \
|
&& wget https://github.com/nanomsg/nanomsg/archive/1.0.0.tar.gz \
|
||||||
&& tar xvfz 1.0.0.tar.gz \
|
&& tar xvfz 1.0.0.tar.gz \
|
||||||
&& cd nanomsg-1.0.0 \
|
&& cd nanomsg-1.0.0 \
|
||||||
|
Loading…
Reference in New Issue
Block a user