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
bf04af75
Commit
bf04af75
authored
Jan 15, 2022
by
Sebastian Achilles
Browse files
Update Ubuntu container
parent
eac0e256
Pipeline
#88424
passed with stages
in 8 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ubuntu-eb-test/Dockerfile
View file @
bf04af75
...
...
@@ -8,9 +8,10 @@ FROM ${IMG_REGISTRY}/${IMG_ORG}/${IMG_REPO}/${IMG_NAME}:${IMG_TAG}
# add EasyBuild-develop.eb and update-eb-dev.sh
COPY
EasyBuild-develop.eb /home/easybuild/EasyBuild-develop.eb
COPY
update-eb-dev.sh /home/easybuild/update-eb-dev.sh
# install pep8
USER
root
RUN
pip3
install
pep8
RUN
chown
-R
easybuild:easybuild /home/easybuild/EasyBuild-develop.eb /home/easybuild/update-eb-dev.sh
# install pep8, keyring, keyrings.alt, and GitPython
RUN
pip3
install
--upgrade
pip
&&
pip3
install
pep8 keyring keyrings.alt GitPython
# set default easybuild version
ARG
EB_VER=4.5.1
LABEL
easybuild_version=${EB_VER}
...
...
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