diff options
-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 |