File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ RUN echo "TSAN_OPTIONS='verbosity=1000 halt_on_error=1 history_size=7'" >> /etc/
5757
5858# Some python2 packages deprecated in ubuntu 20.04, so install them using pip
5959RUN add-apt-repository universe \
60- && apt install python2 \
60+ && apt-get install python2 --yes --no-install-recommends \
6161 && curl "https://bootstrap.pypa.io/get-pip.py" --output get-pip.py \
6262 && python2 get-pip.py \
6363 && pip install requests termcolor
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ RUN apt-get update \
6464
6565# Some python2 packages deprecated in ubuntu 20.04, so install them using pip
6666RUN add-apt-repository universe \
67- && apt install python2 \
67+ && apt-get install python2 --yes --no-install-recommends \
6868 && curl "https://bootstrap.pypa.io/get-pip.py" --output get-pip.py \
6969 && python2 get-pip.py \
7070 && pip install requests termcolor
You can’t perform that action at this time.
0 commit comments