[bullseye] add dependencies for saithriftv2 build (#11666)
- Why I did it To support saithriftv2 build for bullseye dockers - How I did it Added the dependencies documented in the SAI docs and used in sonic-slave-buster - How to verify it Build saithriftv2 in the sonic-slave-bullseye Signed-off-by: Yakiv Huryk <yhuryk@nvidia.com>
This commit is contained in:
parent
0193c8e90c
commit
6462f45433
@ -176,6 +176,13 @@ RUN apt-get update && apt-get install -y \
|
|||||||
libxml-simple-perl \
|
libxml-simple-perl \
|
||||||
graphviz \
|
graphviz \
|
||||||
aspell \
|
aspell \
|
||||||
|
# For SAI meta rpc build - make rpc
|
||||||
|
libgetopt-long-descriptive-perl \
|
||||||
|
libconst-fast-perl \
|
||||||
|
libtemplate-perl \
|
||||||
|
libnamespace-autoclean-perl \
|
||||||
|
libmoose-perl \
|
||||||
|
libmoosex-aliases-perl \
|
||||||
# For linux build
|
# For linux build
|
||||||
bc \
|
bc \
|
||||||
fakeroot \
|
fakeroot \
|
||||||
|
Reference in New Issue
Block a user