docker: remove boto3 from CentOS 6 since it requires and updated pip (#24813)
This commit is contained in:
parent
073c92d526
commit
aebc8f6ce5
@ -35,7 +35,6 @@ RUN yum update -y \
|
|||||||
tcl \
|
tcl \
|
||||||
unzip \
|
unzip \
|
||||||
which \
|
which \
|
||||||
&& pip install boto3 \
|
|
||||||
&& rm -rf /var/cache/yum \
|
&& rm -rf /var/cache/yum \
|
||||||
&& yum clean all
|
&& yum clean all
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user