[barefoot]: Fix bfn sde dep (#2086)
This commit is contained in:
parent
0aeba8ad3b
commit
2ffbb0e8c0
@ -27,6 +27,7 @@ RUN apt-get update \
|
||||
python-dev \
|
||||
wget \
|
||||
cmake \
|
||||
libpython3.4 \
|
||||
&& wget https://github.com/nanomsg/nanomsg/archive/1.0.0.tar.gz \
|
||||
&& tar xvfz 1.0.0.tar.gz \
|
||||
&& cd nanomsg-1.0.0 \
|
||||
|
@ -11,7 +11,7 @@ debs/{{ deb }}{{' '}}
|
||||
{%- endfor -%}
|
||||
debs/
|
||||
|
||||
RUN apt-get install -y libxml2 libpcap-dev libusb-1.0-0-dev libcurl3 libcurl4-gnutls-dev libunwind8-dev
|
||||
RUN apt-get install -y libxml2 libpcap-dev libusb-1.0-0-dev libcurl3 libcurl4-gnutls-dev libunwind8-dev libpython3.4
|
||||
|
||||
RUN dpkg -i \
|
||||
{% for deb in docker_syncd_bfn_debs.split(' ') -%}
|
||||
|
Reference in New Issue
Block a user