Skip to content

Commit e1902e6

Browse files
Install libthrift in docker-syncd-brcm-dnx-rpc (sonic-net#21412)
Why I did it After docker-syncd-brcm-dnx-rpc is moved to bookworm in master, the libthrift*.so is not installed inside the syncd docker and the syncd process fails to come up. Work item tracking Microsoft ADO (number only): How I did it Installed libthrift-0.17.0 How to verify it Verified that the syncd dockers and swss dockers stay up and able to run Qos tests
1 parent df410ba commit e1902e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platform/broadcom/docker-syncd-brcm-dnx-rpc/Dockerfile.j2

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ RUN apt-get update \
2020
wget \
2121
cmake \
2222
libnanomsg5 \
23-
libnanomsg-dev
23+
libnanomsg-dev \
24+
libthrift-0.17.0
2425

2526
{% if docker_syncd_brcm_dnx_rpc_debs.strip() -%}
2627
# Copy locally-built Debian package dependencies

0 commit comments

Comments
 (0)