Skip to content

Commit

Permalink
[sonci-slave]: update sonic-slave docker files to include cisco sdk d…
Browse files Browse the repository at this point in the history
…ependencies (sonic-net#14203)

cisco SDK dependencies needed
  • Loading branch information
jhli-cisco authored and mssonicbld committed Mar 15, 2023
1 parent 95047bd commit 61440ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sonic-slave-bullseye/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,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
Expand Down
3 changes: 3 additions & 0 deletions sonic-slave-buster/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,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
Expand Down

0 comments on commit 61440ce

Please sign in to comment.