Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerfiles/buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ RUN echo "#mock" > /ptf/ptf && pip3 install /ptf
COPY scripts/gen_attr_list /sai/gen_attr_list

# Install SAI-C dependencies
RUN pip3 install pytest pytest_dependency pytest-html aenum pdbpp macaddress click==8.0
RUN pip3 install pytest pytest_dependency pytest-html aenum macaddress click==8.0
RUN apt-get install -y python3-paramiko

# Deploy SAI Challenger
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/buster/Dockerfile.client
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN git clone https://github.com/opencomputeproject/SAI.git \
&& rm -rf /sai/SAI

# Install SAI-C dependencies
RUN pip3 install pytest pytest_dependency pytest-html aenum pdbpp macaddress click==8.0 redis>=3.5.0
RUN pip3 install pytest pytest_dependency pytest-html aenum macaddress click==8.0 redis>=3.5.0

ARG NOSNAPPI
RUN if [ "$NOSNAPPI" != "y" ]; then \
Expand Down