summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2021-07-10 02:45:30 +0200
committerGreg Becker <becker33@llnl.gov>2021-09-21 16:58:41 -0700
commitaebc8f6ce5674e545b22a38362c981b89a878e89 (patch)
tree4f1e25a0e3d1034fbff6f342218a5fc752067d28 /share
parent073c92d526949d8f91b6f556456cf89c649f188d (diff)
downloadspack-aebc8f6ce5674e545b22a38362c981b89a878e89.tar.gz
spack-aebc8f6ce5674e545b22a38362c981b89a878e89.tar.bz2
spack-aebc8f6ce5674e545b22a38362c981b89a878e89.tar.xz
spack-aebc8f6ce5674e545b22a38362c981b89a878e89.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