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
2fb98d74
Verified
Commit
2fb98d74
authored
Jul 07, 2016
by
Ansgar Burchardt
Browse files
Install python3
parent
9d14805f
Changes
2
Hide whitespace changes
Inline
Side-by-side
base-8/Dockerfile
View file @
2fb98d74
...
...
@@ -30,6 +30,7 @@ RUN apt-get update && apt-get dist-upgrade --no-install-recommends --yes \
openssh-client
\
pkg-config
\
python-dev
\
python3
\
&&
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
adduser
--disabled-password
--home
/duneci duneci
USER
duneci
...
...
base-9/Dockerfile
View file @
2fb98d74
...
...
@@ -30,6 +30,7 @@ RUN apt-get update && apt-get dist-upgrade --no-install-recommends --yes \
openssh-client
\
pkg-config
\
python-dev
\
python3
\
&&
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
adduser
--disabled-password
--home
/duneci duneci
USER
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