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
5a734f7b
Commit
5a734f7b
authored
Jan 21, 2022
by
Damian Alvarez Mallon
Browse files
To make sure that amber, cpmd and namd do not break in the CI
parent
85a9fa00
Pipeline
#89267
passed with stages
in 8 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rocky8-eb-test/Dockerfile
View file @
5a734f7b
...
...
@@ -40,7 +40,13 @@ RUN if [ ${USER_ID:-0} -ne 0 ] && [ ${GROUP_ID:-0} -ne 0 ]; then \
userdel
-f
easybuild
&&
\
if
getent group easybuild
;
then
groupdel easybuild
;
fi
&&
\
groupadd
-g
${
GROUP_ID
}
easybuild
&&
\
groupadd
-g
${
GROUP_ID
}
amber
&&
\
groupadd
-g
${
GROUP_ID
}
cpmd
&&
\
groupadd
-g
${
GROUP_ID
}
namd
&&
\
useradd
-l
-u
${
USER_ID
}
-g
easybuild easybuild
&&
\
useradd
-l
-u
${
USER_ID
}
-g
amber easybuild
&&
\
useradd
-l
-u
${
USER_ID
}
-g
cpmd easybuild
&&
\
useradd
-l
-u
${
USER_ID
}
-g
namd easybuild
&&
\
install
-d
-m
0755
-o
easybuild
-g
easybuild /home/easybuild
&&
\
chown
--silent
--no-dereference
--recursive
\
--from
=
1000:1000
${
USER_ID
}
:
${
GROUP_ID
}
\
...
...
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