Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ansgar Burchardt
dune-docker
Commits
87cb3b4a
Commit
87cb3b4a
authored
Sep 06, 2017
by
Ansgar Burchardt
Browse files
dune-fufem: use duneci-install-module
parent
6984a41a
Changes
1
Hide whitespace changes
Inline
Side-by-side
dune-fufem/Dockerfile
View file @
87cb3b4a
...
...
@@ -8,12 +8,10 @@ RUN apt-get update && apt-get install --no-install-recommends --yes \
&&
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
USER
duneci
WORKDIR
/duneci/modules
RUN
git clone
-b
releases/2.4-1 https://git.imp.fu-berlin.de/agnumpde/dune-elasticity.git
RUN
git clone
-b
releases/2.4-1 https://git.imp.fu-berlin.de/agnumpde/dune-fufem.git
RUN
git clone
-b
releases/2.4-compatible https://gitlab.dune-project.org/staging/dune-functions.git
RUN
git clone
-b
releases/2.4-1 https://git.imp.fu-berlin.de/agnumpde/dune-solvers.git
RUN
git clone
-b
releases/2.4 https://gitlab.dune-project.org/staging/dune-typetree.git
RUN
dunecontrol all
WORKDIR
/duneci
RUN
duneci-install-module
-b
releases/2.4-1 https://git.imp.fu-berlin.de/agnumpde/dune-elasticity.git
\
&&
duneci-install-module
-b
releases/2.4-1 https://git.imp.fu-berlin.de/agnumpde/dune-fufem.git
\
&&
duneci-install-module
-b
releases/2.4-compatible https://gitlab.dune-project.org/staging/dune-functions.git
\
&&
duneci-install-module
-b
releases/2.4-1 https://git.imp.fu-berlin.de/agnumpde/dune-solvers.git
\
&&
duneci-install-module
-b
releases/2.4 https://gitlab.dune-project.org/staging/dune-typetree.git
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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