[sonci-slave]: update sonic-slave docker files to include cisco sdk dependencies (#14203)
cisco SDK dependencies needed
This commit is contained in:
Родитель
1516ace9a5
Коммит
838d76b52f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче