From fdff311af7945b2bdfd3a56730dbaffcbae9f7ed Mon Sep 17 00:00:00 2001 From: Qi Luo Date: Sat, 20 Nov 2021 00:46:56 +0000 Subject: [PATCH] Fix redis version during pip3 install --- sonic-slave-buster/Dockerfile.j2 | 2 +- sonic-slave-stretch/Dockerfile.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sonic-slave-buster/Dockerfile.j2 b/sonic-slave-buster/Dockerfile.j2 index 5db98a58c8f5..3e8dad321cb7 100644 --- a/sonic-slave-buster/Dockerfile.j2 +++ b/sonic-slave-buster/Dockerfile.j2 @@ -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 diff --git a/sonic-slave-stretch/Dockerfile.j2 b/sonic-slave-stretch/Dockerfile.j2 index 5933bc4ea016..2acaaf6c9cb6 100644 --- a/sonic-slave-stretch/Dockerfile.j2 +++ b/sonic-slave-stretch/Dockerfile.j2 @@ -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