Skip to content

Commit

Permalink
Fixed SAI-C Thrift client PTF dependencies (#222)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Kokhan <[email protected]>
  • Loading branch information
andriy-kokhan authored Oct 21, 2023
1 parent 7f8e2cd commit af1b15d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dockerfiles/bullseye/Dockerfile.saithrift-client
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ RUN apt-get -o Acquire::Check-Valid-Until=false update \
&& apt purge -y ${SAIGEN_DEPS} \
&& rm -rf /var/lib/apt/lists/*

# Install PTF dependencies
RUN pip3 install pysubnettree

WORKDIR /sai-challenger/tests

CMD ["/usr/bin/supervisord"]
3 changes: 3 additions & 0 deletions dockerfiles/buster/Dockerfile.saithrift-client
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ RUN apt-get -o Acquire::Check-Valid-Until=false update \
&& apt purge -y ${SAIGEN_DEPS} \
&& rm -rf /var/lib/apt/lists/*

# Install PTF dependencies
RUN pip3 install pysubnettree

WORKDIR /sai-challenger/tests

CMD ["/usr/bin/supervisord"]

0 comments on commit af1b15d

Please sign in to comment.