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 sonic-slave-buster/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ RUN pip2 install "lxml==4.6.2"
RUN pip3 install "lxml==4.6.2"

# For sonic-platform-common testing
RUN pip3 install redis
RUN pip3 install redis==3.5.3

# For vs image build
RUN pip2 install pexpect==4.6.0
Expand Down
2 changes: 1 addition & 1 deletion sonic-slave-stretch/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ RUN pip3 install "lxml==4.6.2"


# For sonic-platform-common testing
RUN pip3 install redis
RUN pip3 install redis==3.5.3

# For vs image build
RUN pip2 install pexpect==4.6.0
Expand Down