[sonic-slave]: add debian packages needed to compile BRCM SAI3.7 (#4672)

both for sonic-slave-stretch and sonic-slave-buster
This commit is contained in:
abdosi 2020-05-30 13:44:19 -07:00 committed by GitHub
parent 65e7a84509
commit 59db60bd8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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