docker: remove boto3 from CentOS 6 since it requires and updated pip (#24813)

This commit is contained in:
Massimiliano Culpo 2021-07-10 02:45:30 +02:00 committed by Greg Becker
parent 073c92d526
commit aebc8f6ce5

View File

@ -35,7 +35,6 @@ RUN yum update -y \
tcl \
unzip \
which \
&& pip install boto3 \
&& rm -rf /var/cache/yum \
&& yum clean all