[sonci-slave]: update sonic-slave docker files to include cisco sdk dependencies (#14203)

cisco SDK dependencies needed
This commit is contained in:
jhli-cisco 2023-03-13 14:32:34 -07:00 committed by GitHub
parent 1516ace9a5
commit 838d76b52f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -227,6 +227,9 @@ RUN apt-get update && apt-get install -y \
libpcap-dev \
dnsutils \
libusb-dev \
# For cisco sdk build
libgrpc++1 \
libabsl-dev \
# For debian image reconfiguration
augeas-tools \
# For p4 build

View File

@ -229,6 +229,9 @@ RUN apt-get update && apt-get install -y \
libpcap-dev \
dnsutils \
libusb-dev \
# For cisco sdk build
libgrpc++1 \
libabsl-dev \
# For debian image reconfiguration
augeas-tools \
# For p4 build