diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2021-07-10 02:45:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-10 00:45:30 +0000 |
commit | d14520d6d86d2230be337a566e96a7951676d179 (patch) | |
tree | aa9619bed12034925313ca9a62469bde28964c36 | |
parent | 78f65e7ce0e3ddbd73877179e0266abfc595db17 (diff) | |
download | spack-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)
-rw-r--r-- | share/spack/docker/centos-6.dockerfile | 1 |
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 |