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 GitHub
parent 78f65e7ce0
commit d14520d6d8

View File

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