[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 \
|
libpcap-dev \
|
||||||
dnsutils \
|
dnsutils \
|
||||||
libusb-dev \
|
libusb-dev \
|
||||||
|
# For cisco sdk build
|
||||||
|
libgrpc++1 \
|
||||||
|
libabsl-dev \
|
||||||
# For debian image reconfiguration
|
# For debian image reconfiguration
|
||||||
augeas-tools \
|
augeas-tools \
|
||||||
# For p4 build
|
# For p4 build
|
||||||
|
@ -228,6 +228,9 @@ RUN apt-get update && apt-get install -y \
|
|||||||
libpcap-dev \
|
libpcap-dev \
|
||||||
dnsutils \
|
dnsutils \
|
||||||
libusb-dev \
|
libusb-dev \
|
||||||
|
# For cisco sdk build
|
||||||
|
libgrpc++1 \
|
||||||
|
libabsl-dev \
|
||||||
# For debian image reconfiguration
|
# For debian image reconfiguration
|
||||||
augeas-tools \
|
augeas-tools \
|
||||||
# For p4 build
|
# For p4 build
|
||||||
|
Reference in New Issue
Block a user