This commit is contained in:
krismarvell 2024-03-25 13:03:54 +05:30 committed by GitHub
commit 2c47b3d75d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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