Skip to content

Commit 2ffba48

Browse files
authored
Revert "[sonic-slave]: Fix redis version during pip3 install (#9317)"
This reverts commit da1503d.
1 parent e5d5f80 commit 2ffba48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sonic-slave-bullseye/Dockerfile.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ RUN pip3 install "PyYAML==5.4.1"
447447
RUN pip3 install "lxml==4.6.2"
448448

449449
# For sonic-platform-common testing
450-
RUN pip3 install redis==3.5.3
450+
RUN pip3 install redis
451451

452452
# For vs image build
453453
RUN pip3 install pexpect==4.8.0

sonic-slave-buster/Dockerfile.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ RUN pip2 install "lxml==4.6.5"
466466
RUN pip3 install "lxml==4.6.5"
467467
468468
# For sonic-platform-common testing
469-
RUN pip3 install redis==3.5.3
469+
RUN pip3 install redis
470470
471471
# For vs image build
472472
RUN pip2 install pexpect==4.6.0

sonic-slave-stretch/Dockerfile.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ RUN pip3 install "lxml==4.6.5"
371371
372372
373373
# For sonic-platform-common testing
374-
RUN pip3 install redis==3.5.3
374+
RUN pip3 install redis
375375
376376
# For vs image build
377377
RUN pip2 install pexpect==4.6.0

0 commit comments

Comments
 (0)