docker: remove boto3 from CentOS 6 since it requires and updated pip (#24813)
This commit is contained in:
parent
78f65e7ce0
commit
d14520d6d8
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ RUN yum update -y \
|
|||
tcl \
|
||||
unzip \
|
||||
which \
|
||||
&& pip install boto3 \
|
||||
&& rm -rf /var/cache/yum \
|
||||
&& yum clean all
|
||||
|
||||
|
|
Loading…
Reference in a new issue