Skip to content

Commit

Permalink
[docker-syncd-mlnx-rpc]: fix mellanox syncd docker build (sonic-net#2551
Browse files Browse the repository at this point in the history
)

Signed-off-by: Guohan Lu <[email protected]>
  • Loading branch information
lguohan authored Feb 12, 2019
1 parent 44551d0 commit f008fc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/mellanox/docker-syncd-mlnx-rpc/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dpkg_apt debs/{{ deb }}{{'; '}}
RUN dpkg_apt() { [ -f $1 ] && { dpkg -i $1 || apt-get -y install -f; } || return 1; } ; \
{% for deb in docker_syncd_mlnx_rpc_pydebs.split(' ') -%}
dpkg_apt debs/{{ deb }}{{'; '}}
{%- endfor %}

## Pre-install the fundamental packages
RUN apt-get update \
Expand Down

0 comments on commit f008fc8

Please sign in to comment.