Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
easybuild-docker
Easybuild Docker
Commits
87b1edb3
Commit
87b1edb3
authored
Aug 10, 2021
by
Sebastian Achilles
Browse files
Revert "add ncurses-devel"
This reverts commit
1384961d
.
parent
1384961d
Pipeline
#77740
passed with stages
in 13 minutes and 11 seconds
Changes
3
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
centos7-eb-base/Dockerfile
View file @
87b1edb3
...
...
@@ -10,7 +10,7 @@ LABEL easybuild_version=${EB_VER}
# install required packages (EPEL is required for Lmod)
# RUN yum update -y
RUN
yum
install
-y
epel-release
\
&&
yum
install
-y
bzip2 file gcc-c++ git Lmod make openssl openssl-devel patch python3-pip unzip vim which rdma-core-devel diffutils
ncurses-devel
&&
yum
install
-y
bzip2 file gcc-c++ git Lmod make openssl openssl-devel patch python3-pip unzip vim which rdma-core-devel diffutils
# install EasBuild & archspec
RUN
pip3
install
easybuild
==
${
EB_VER
}
archspec
# add 'easybuild' user
...
...
centos8-eb-base/Dockerfile
View file @
87b1edb3
...
...
@@ -12,7 +12,7 @@ LABEL easybuild_version=${EB_VER}
RUN
yum
install
-y
epel-release
\
&&
yum
install
-y
'dnf-command(config-manager)'
\
&&
dnf config-manager
--set-enabled
powertools
\
&&
yum
install
-y
bzip2 file gcc-c++ git Lmod make openssl openssl-devel patch python3-pip unzip vim which rdma-core-devel diffutils
ncurses-devel
&&
yum
install
-y
bzip2 file gcc-c++ git Lmod make openssl openssl-devel patch python3-pip unzip vim which rdma-core-devel diffutils
# install EasBuild & archspec
RUN
pip3
install
easybuild
==
${
EB_VER
}
archspec
# add 'easybuild' user
...
...
rocky8-eb-base/Dockerfile
View file @
87b1edb3
...
...
@@ -12,7 +12,7 @@ LABEL easybuild_version=${EB_VER}
RUN
yum
install
-y
epel-release
\
&&
yum
install
-y
'dnf-command(config-manager)'
\
&&
dnf config-manager
--set-enabled
powertools
\
&&
yum
install
-y
bzip2 file gcc-c++ git Lmod make openssl openssl-devel patch python3-pip unzip vim which rdma-core-devel diffutils
ncurses-devel
&&
yum
install
-y
bzip2 file gcc-c++ git Lmod make openssl openssl-devel patch python3-pip unzip vim which rdma-core-devel diffutils
# install EasBuild & archspec
RUN
pip3
install
easybuild
==
${
EB_VER
}
archspec
# add 'easybuild' user
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment