Skip to content

Commit

Permalink
Fix RPC container for Broadcom (#21433)
Browse files Browse the repository at this point in the history
libthrift did not get installed in the Broadcom syncd RPC container. However, syncd-rpc requires it.
  • Loading branch information
saiarcot895 authored Jan 15, 2025
1 parent 7e397b0 commit 88c8ec9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platform/broadcom/docker-syncd-brcm-rpc/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ RUN apt-get update \
wget \
cmake \
libnanomsg5 \
libnanomsg-dev
libnanomsg-dev \
libthrift-0.17.0

{% if docker_syncd_brcm_rpc_debs.strip() -%}
# Copy locally-built Debian package dependencies
Expand Down

0 comments on commit 88c8ec9

Please sign in to comment.