Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Ansgar Burchardt
dune-docker
Commits
6949cf76
Commit
6949cf76
authored
Aug 16, 2016
by
Ansgar Burchardt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dune-git: Use `duneci-install-module`
parent
63190302
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
dune-git/Dockerfile
dune-git/Dockerfile
+5
-7
No files found.
dune-git/Dockerfile
View file @
6949cf76
...
...
@@ -11,13 +11,11 @@ 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 https://gitlab.dune-project.org/core/dune-common.git
RUN
git clone https://gitlab.dune-project.org/core/dune-geometry.git
RUN
git clone https://gitlab.dune-project.org/core/dune-grid.git
RUN
git clone https://gitlab.dune-project.org/core/dune-istl.git
RUN
git clone https://gitlab.dune-project.org/core/dune-localfunctions.git
RUN
./dune-common/bin/dunecontrol all
RUN
duneci-install-module https://gitlab.dune-project.org/core/dune-common.git
\
&&
duneci-install-module https://gitlab.dune-project.org/core/dune-geometry.git
\
&&
duneci-install-module https://gitlab.dune-project.org/core/dune-grid.git
\
&&
duneci-install-module https://gitlab.dune-project.org/core/dune-istl.git
\
&&
duneci-install-module https://gitlab.dune-project.org/core/dune-localfunctions.git
USER
root
WORKDIR
/
...
...
Write
Preview
Markdown
is supported
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