File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ RUN pip3 install "PyYAML==5.4.1"
447
447
RUN pip3 install "lxml==4.6.2"
448
448
449
449
# For sonic-platform-common testing
450
- RUN pip3 install redis==3.5.3
450
+ RUN pip3 install redis
451
451
452
452
# For vs image build
453
453
RUN pip3 install pexpect==4.8.0
Original file line number Diff line number Diff line change @@ -466,7 +466,7 @@ RUN pip2 install "lxml==4.6.5"
466
466
RUN pip3 install "lxml==4.6.5"
467
467
468
468
# For sonic-platform-common testing
469
- RUN pip3 install redis==3.5.3
469
+ RUN pip3 install redis
470
470
471
471
# For vs image build
472
472
RUN pip2 install pexpect==4.6.0
Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ RUN pip3 install "lxml==4.6.5"
371
371
372
372
373
373
# For sonic-platform-common testing
374
- RUN pip3 install redis==3.5.3
374
+ RUN pip3 install redis
375
375
376
376
# For vs image build
377
377
RUN pip2 install pexpect==4.6.0
You can’t perform that action at this time.
0 commit comments