Add SDK dependent python packages
This commit is contained in:
parent
744a152685
commit
99e2ec0826
@ -17,6 +17,9 @@ debs/
|
||||
RUN apt-get install -y net-tools
|
||||
RUN apt-get install -y libjansson4
|
||||
RUN apt-get install -y libyaml-dev
|
||||
RUN apt-get install -y binutils
|
||||
RUN pip3 install numpy
|
||||
RUN pip3 install yamlordereddictloader
|
||||
|
||||
RUN dpkg -i \
|
||||
{% for deb in docker_syncd_invm_debs.split(' ') -%}
|
||||
|
Loading…
Reference in New Issue
Block a user