Skip to content

Commit

Permalink
[sonic-slave]: add debian packages needed to compile BRCM SAI3.7 (#4672)
Browse files Browse the repository at this point in the history
both for sonic-slave-stretch and sonic-slave-buster
  • Loading branch information
abdosi authored May 30, 2020
1 parent 65e7a84 commit 59db60b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sonic-slave-buster/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,9 @@ RUN apt-get update && apt-get install -y \
libnetfilter-conntrack-dev \
libnftnl-dev \
# For SAI3.7
protobuf-compiler \
libprotobuf-dev \
xxd \
# For DHCP Monitor tool
libexplain-dev \
libevent-dev
Expand Down
2 changes: 2 additions & 0 deletions sonic-slave-stretch/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,9 @@ RUN apt-get update && apt-get install -y \
libnetfilter-conntrack-dev \
libnftnl-dev \
# For SAI3.7
protobuf-compiler \
libprotobuf-dev \
xxd \
# For DHCP Monitor tool
libexplain-dev \
libevent-dev
Expand Down

0 comments on commit 59db60b

Please sign in to comment.