Added opensuse/leap:15 to spack containerize (#27837)

Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
This commit is contained in:
Christian Goll
2021-12-16 10:47:15 +01:00
committed by GitHub
parent ac49ce8b3b
commit bd0ffa8a3c
4 changed files with 58 additions and 5 deletions

View File

@@ -0,0 +1,21 @@
{% extends "container/bootstrap-base.dockerfile" %}
{% block install_os_packages %}
RUN zypper ref && \
zypper up -y && \
zypper in -y \
bzip2\
curl\
file\
gcc-c++\
gcc-fortran\
make\
git\
gzip\
patch\
patchelf\
python3-base \
python3-boto3\
tar\
xz\
&& zypper clean
{% endblock %}