Skip to content

Commit

Permalink
Added dependencies required by lxml (from dpugen==0.0.5)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Kokhan <[email protected]>
  • Loading branch information
andriy-kokhan committed Feb 17, 2024
1 parent c288e71 commit f8eff97
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ ADD SAI/SAI/test/ptf /SAI/test/ptf
# Install PTF test framework & test-cases from SAI repo
ADD SAI/SAI/ptf /SAI/ptf/

# Install dependencies required by lxml (from pyangbind->dpugen==0.0.5)
RUN apt-get update && \
apt-get install -y libxml2-dev libxslt-dev

# Install the python libraries
RUN python3 -m pip install -r /tests/requirements.txt && \
pip3 install scapy \
Expand Down

0 comments on commit f8eff97

Please sign in to comment.