[sonci-slave]: update sonic-slave docker files to include cisco sdk dependencies (#14203)
cisco SDK dependencies needed
This commit is contained in:
parent
17bf0c85cb
commit
098678fd3f
@ -226,6 +226,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
|
||||
|
@ -228,6 +228,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
|
||||
|
Loading…
Reference in New Issue
Block a user