Added opensuse/leap:15 to spack containerize (#27837)
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
This commit is contained in:
21
share/spack/templates/container/leap-15.dockerfile
Normal file
21
share/spack/templates/container/leap-15.dockerfile
Normal 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 %}
|
Reference in New Issue
Block a user