Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Ansgar Burchardt
dune-docker
Commits
043eada7
Commit
043eada7
authored
Jan 22, 2018
by
Ansgar Burchardt
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'smuething/add-external-deps-for-core-modules-and-pdelab'
parents
ae9188f6
d606cba3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
base-10/Dockerfile
base-10/Dockerfile
+3
-0
base-9/Dockerfile
base-9/Dockerfile
+3
-0
No files found.
base-10/Dockerfile
View file @
043eada7
...
...
@@ -30,6 +30,7 @@ RUN apt-get update && apt-get dist-upgrade --no-install-recommends --yes \
libgtest-dev
\
libltdl-dev
\
libscotchmetis-dev
\
libscotchparmetis-dev
\
libsuitesparse-dev
\
libsuperlu-dev
\
libtinyxml2-dev
\
...
...
@@ -52,6 +53,8 @@ RUN apt-get update && apt-get dist-upgrade --no-install-recommends --yes \
python3-pytest
\
python3-scipy
\
vc-dev
\
libgmp-dev
\
libeigen3-dev
\
&&
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
adduser
--disabled-password
--home
/duneci
--uid
50000 duneci
USER
duneci
...
...
base-9/Dockerfile
View file @
043eada7
...
...
@@ -27,6 +27,7 @@ RUN apt-get update && apt-get dist-upgrade --no-install-recommends --yes \
libgtest-dev
\
libltdl-dev
\
libscotchmetis-dev
\
libscotchparmetis-dev
\
libsuitesparse-dev
\
libsuperlu-dev
\
libtinyxml2-dev
\
...
...
@@ -48,6 +49,8 @@ RUN apt-get update && apt-get dist-upgrade --no-install-recommends --yes \
python3-pip
\
python3-pytest
\
python3-scipy
\
libgmp-dev
\
libeigen3-dev
\
&&
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
adduser
--disabled-password
--home
/duneci
--uid
50000 duneci
USER
duneci
...
...
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