mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-10-29 17:22:33 +00:00
[sonic-config-engine] Adding dependent pkgs needed for arm compilation (#6186)
libxslt-dev and libz-dev are dependencies for lxml==4.6.1 which is required for pyangbind==0.8.1 lxml-4.6.2-cp37-cp37m-manylinux1_x86_64.whl is directly downloaded in amd64 whereas in arm this is built from lxml-4.6.2.tar.gz Signed-off-by: Sabareesh Kumar Anandan <sanandan@marvell.com>
This commit is contained in:
committed by
GitHub
parent
3cd70b88b7
commit
9f4ca01388
@@ -244,6 +244,9 @@ RUN apt-get update && apt-get install -y \
|
||||
python3-sphinx \
|
||||
# For sonic config engine testing
|
||||
python-dev \
|
||||
{%- if CONFIGURED_ARCH == "armhf" or CONFIGURED_ARCH == "arm64" %}
|
||||
libxslt-dev \
|
||||
{%- endif %}
|
||||
# For lockfile
|
||||
procmail \
|
||||
# For pam_tacplus build
|
||||
|
||||
Reference in New Issue
Block a user