Skip to content

Commit

Permalink
Bookworm infra change for syncd
Browse files Browse the repository at this point in the history
Signed-off-by: Pavan Naregundi <[email protected]>
  • Loading branch information
pavannaregundi committed Apr 23, 2024
1 parent 18fb93b commit 5ac3fb2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sonic-slave-bookworm/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,12 @@ RUN update-alternatives --set iptables /usr/sbin/iptables-legacy
# Install m2crypto package, needed by SWI tools
RUN apt-get install python3-m2crypto

# Install libthrift package needed by saithrift
RUN apt-get install libthrift-0.17 \
libthrift-dev \
thrift-compiler \
python3-thrift

# Install swi tools
RUN pip3 install git+https://github.com/aristanetworks/swi-tools.git@bead66bf261770237f7dd21ace3774ba04a017e9

Expand Down

0 comments on commit 5ac3fb2

Please sign in to comment.