Skip to content
GitLab
Menu
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
e7d1f5b8
Commit
e7d1f5b8
authored
Nov 18, 2016
by
Ansgar Burchardt
Browse files
Install python-vtk6 (used by tests).
parent
7d044bf4
Changes
4
Hide whitespace changes
Inline
Side-by-side
base-16.04/Dockerfile
View file @
e7d1f5b8
...
...
@@ -35,6 +35,7 @@ RUN apt-get update && apt-get dist-upgrade --no-install-recommends --yes \
openssh-client
\
pkg-config
\
python-dev
\
python-vtk6
\
python3
\
&&
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
adduser
--disabled-password
--home
/duneci
--uid
50000 duneci
...
...
base-16.10/Dockerfile
View file @
e7d1f5b8
...
...
@@ -35,6 +35,7 @@ RUN apt-get update && apt-get dist-upgrade --no-install-recommends --yes \
openssh-client
\
pkg-config
\
python-dev
\
python-vtk6
\
python3
\
&&
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
adduser
--disabled-password
--home
/duneci
--uid
50000 duneci
...
...
base-8/Dockerfile
View file @
e7d1f5b8
...
...
@@ -35,6 +35,7 @@ RUN apt-get update && apt-get dist-upgrade --no-install-recommends --yes \
openssh-client
\
pkg-config
\
python-dev
\
python-vtk6
\
python3
\
&&
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
adduser
--disabled-password
--home
/duneci
--uid
50000 duneci
...
...
base-9/Dockerfile
View file @
e7d1f5b8
...
...
@@ -35,6 +35,7 @@ RUN apt-get update && apt-get dist-upgrade --no-install-recommends --yes \
openssh-client
\
pkg-config
\
python-dev
\
python-vtk6
\
python3
\
&&
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
adduser
--disabled-password
--home
/duneci
--uid
50000 duneci
...
...
Write
Preview
Supports
Markdown
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