summaryrefslogtreecommitdiff
path: root/share/spack/templates/container/amazonlinux_2.dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'share/spack/templates/container/amazonlinux_2.dockerfile')
-rw-r--r--share/spack/templates/container/amazonlinux_2.dockerfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/spack/templates/container/amazonlinux_2.dockerfile b/share/spack/templates/container/amazonlinux_2.dockerfile
index 5ab05562c0..c5b69e317d 100644
--- a/share/spack/templates/container/amazonlinux_2.dockerfile
+++ b/share/spack/templates/container/amazonlinux_2.dockerfile
@@ -14,11 +14,11 @@ RUN yum update -y \
iproute \
make \
patch \
- python \
- python-pip \
- python-setuptools \
+ python3 \
+ python3-pip \
+ python3-setuptools \
unzip \
- && pip install boto3 \
+ && pip3 install boto3 \
&& rm -rf /var/cache/yum \
&& yum clean all
{% endblock %}