diff options
Diffstat (limited to 'share/spack/docker/ubuntu-1804.dockerfile')
-rw-r--r-- | share/spack/docker/ubuntu-1804.dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |