[barefoot]: Fix bfn sde dep (#2086)

This commit is contained in:
Sagar Balani 2018-09-27 01:13:01 -07:00 committed by lguohan
parent 0aeba8ad3b
commit 2ffbb0e8c0
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -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(' ') -%}