Skip to content

Commit 88c8ec9

Browse files
authored
Fix RPC container for Broadcom (#21433)
libthrift did not get installed in the Broadcom syncd RPC container. However, syncd-rpc requires it.
1 parent 7e397b0 commit 88c8ec9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platform/broadcom/docker-syncd-brcm-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_rpc_debs.strip() -%}
2627
# Copy locally-built Debian package dependencies

0 commit comments

Comments
 (0)