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
bed704f9
Verified
Commit
bed704f9
authored
Feb 16, 2016
by
Ansgar Burchardt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create /duneci/modules in base image.
parent
45aafa37
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
8 deletions
+2
-8
base-8/Dockerfile
base-8/Dockerfile
+1
-0
base-9/Dockerfile
base-9/Dockerfile
+1
-0
dune-fufem-git/Dockerfile
dune-fufem-git/Dockerfile
+0
-3
dune-fufem/Dockerfile
dune-fufem/Dockerfile
+0
-3
dune-git/Dockerfile
dune-git/Dockerfile
+0
-2
No files found.
base-8/Dockerfile
View file @
bed704f9
...
...
@@ -30,4 +30,5 @@ RUN apt-get update && apt-get dist-upgrade --no-install-recommends --yes \
RUN
adduser
--disabled-password
--home
/duneci duneci
USER
duneci
WORKDIR
/duneci
RUN
mkdir
-p
/duneci/modules
COPY
opts.clang opts.gcc /duneci/
base-9/Dockerfile
View file @
bed704f9
...
...
@@ -30,4 +30,5 @@ RUN apt-get update && apt-get dist-upgrade --no-install-recommends --yes \
RUN
adduser
--disabled-password
--home
/duneci duneci
USER
duneci
WORKDIR
/duneci
RUN
mkdir
-p
/duneci/modules
COPY
opts.clang opts.gcc /duneci/
dune-fufem-git/Dockerfile
View file @
bed704f9
FROM
duneci/dune:git
USER
duneci
WORKDIR
/duneci
RUN
mkdir
-p
modules
WORKDIR
/duneci/modules
RUN
git clone https://git.imp.fu-berlin.de/agnumpde/dune-elasticity.git
RUN
git clone https://git.imp.fu-berlin.de/agnumpde/dune-fufem.git
...
...
dune-fufem/Dockerfile
View file @
bed704f9
...
...
@@ -7,9 +7,6 @@ RUN apt-get update && apt-get install --no-install-recommends --yes \
&&
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
USER
duneci
WORKDIR
/duneci
RUN
mkdir
-p
modules
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
...
...
dune-git/Dockerfile
View file @
bed704f9
...
...
@@ -11,8 +11,6 @@ RUN apt-get update && apt-get install --no-install-recommends --yes \
&&
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
USER
duneci
WORKDIR
/duneci
RUN
mkdir
-p
modules
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
...
...
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