From 82eb71cb953db0d95d15caed0d3b73232736e638 Mon Sep 17 00:00:00 2001 From: Omar Padron Date: Thu, 18 Jun 2020 05:16:24 -0400 Subject: Explicitly install setuptools in docker images (#17143) --- share/spack/docker/centos-6.dockerfile | 1 + share/spack/docker/centos-7.dockerfile | 1 + share/spack/docker/ubuntu-1604.dockerfile | 1 + share/spack/docker/ubuntu-1804.dockerfile | 1 + 4 files changed, 4 insertions(+) (limited to 'share') diff --git a/share/spack/docker/centos-6.dockerfile b/share/spack/docker/centos-6.dockerfile index fe919f3c88..8c971124a5 100644 --- a/share/spack/docker/centos-6.dockerfile +++ b/share/spack/docker/centos-6.dockerfile @@ -42,6 +42,7 @@ RUN yum update -y \ patch \ python \ python-pip \ + python-setuptools \ tcl \ unzip \ which \ diff --git a/share/spack/docker/centos-7.dockerfile b/share/spack/docker/centos-7.dockerfile index 67affa1af9..292663d922 100644 --- a/share/spack/docker/centos-7.dockerfile +++ b/share/spack/docker/centos-7.dockerfile @@ -42,6 +42,7 @@ RUN yum update -y \ patch \ python \ python-pip \ + python-setuptools \ tcl \ unzip \ which \ diff --git a/share/spack/docker/ubuntu-1604.dockerfile b/share/spack/docker/ubuntu-1604.dockerfile index 7891c5a261..1f7db8bea9 100644 --- a/share/spack/docker/ubuntu-1604.dockerfile +++ b/share/spack/docker/ubuntu-1604.dockerfile @@ -41,6 +41,7 @@ RUN apt-get -yqq update \ make \ python3 \ python3-pip \ + python3-setuptools \ tcl \ unzip \ && locale-gen en_US.UTF-8 \ diff --git a/share/spack/docker/ubuntu-1804.dockerfile b/share/spack/docker/ubuntu-1804.dockerfile index c079331476..a8d9577b66 100644 --- a/share/spack/docker/ubuntu-1804.dockerfile +++ b/share/spack/docker/ubuntu-1804.dockerfile @@ -41,6 +41,7 @@ RUN apt-get -yqq update \ make \ python3 \ python3-pip \ + python3-setuptools \ tcl \ unzip \ && locale-gen en_US.UTF-8 \ -- cgit v1.2.3-60-g2f50