Add SDK dependent python packages

This commit is contained in:
builder 2024-02-29 07:16:31 -08:00
parent 744a152685
commit 99e2ec0826

View File

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