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
9d741bc1
Commit
9d741bc1
authored
Nov 18, 2016
by
Ansgar Burchardt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
All packages are now installed in the base images.
parent
7c4885e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
dune-git/Dockerfile
dune-git/Dockerfile
+0
-9
No files found.
dune-git/Dockerfile
View file @
9d741bc1
FROM
duneci/base:9
USER
root
WORKDIR
/
RUN
apt-get update
&&
apt-get
install
--no-install-recommends
--yes
\
gnuplot-nox
\
libalberta-dev
\
libscotchmetis-dev
\
python-vtk6
\
&&
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
USER
duneci
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
\
...
...
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