Skip to content

Commit

Permalink
Update Dockerfile.saichallenger-client-bldr
Browse files Browse the repository at this point in the history
  • Loading branch information
mgheorghe committed Jun 7, 2024
1 parent 1492b34 commit da3117e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Requires <url of sai-challenger branch> <commit sha> or something
# sc-client:240216
FROM plvisiondevs/sc-client:buster-latest
FROM plvisiondevs/sc-client:bullseye-latest

ADD tests/ /tests/

Expand All @@ -11,7 +11,7 @@ ADD SAI/SAI/test/ptf /SAI/test/ptf
ADD SAI/SAI/ptf /SAI/ptf/

# Install dependencies for dpugen==0.2.3
RUN apt-get update -y; exit 0
RUN apt-get update -y
RUN apt-get install -y python3-lxml

# Install the python libraries
Expand Down

0 comments on commit da3117e

Please sign in to comment.