summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2021-07-10 02:45:30 +0200
committerGitHub <noreply@github.com>2021-07-10 00:45:30 +0000
commitd14520d6d86d2230be337a566e96a7951676d179 (patch)
treeaa9619bed12034925313ca9a62469bde28964c36 /share
parent78f65e7ce0e3ddbd73877179e0266abfc595db17 (diff)
downloadspack-d14520d6d86d2230be337a566e96a7951676d179.tar.gz
spack-d14520d6d86d2230be337a566e96a7951676d179.tar.bz2
spack-d14520d6d86d2230be337a566e96a7951676d179.tar.xz
spack-d14520d6d86d2230be337a566e96a7951676d179.zip
docker: remove boto3 from CentOS 6 since it requires and updated pip (#24813)
Diffstat (limited to 'share')
-rw-r--r--share/spack/docker/centos-6.dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/spack/docker/centos-6.dockerfile b/share/spack/docker/centos-6.dockerfile
index f192c54427..b0186f2ff8 100644
--- a/share/spack/docker/centos-6.dockerfile
+++ b/share/spack/docker/centos-6.dockerfile
@@ -35,7 +35,6 @@ RUN yum update -y \
tcl \
unzip \
which \
- && pip install boto3 \
&& rm -rf /var/cache/yum \
&& yum clean all