Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
1de00f1c
Commit
1de00f1c
authored
Aug 05, 2020
by
Guilhem Saurel
Browse files
[Docker] fix git name / mail
parent
00445e4f
Pipeline
#10563
passed with stage
in 4 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
1de00f1c
...
...
@@ -20,7 +20,9 @@ RUN apt-get update -qq && apt-get install -qqy \
msmtp
\
&&
curl
-fsSL
https://download.docker.com/linux/debian/gpg | apt-key add -
\
&&
echo
"deb [arch=amd64] https://download.docker.com/linux/debian buster stable"
>>
/etc/apt/sources.list
\
&&
apt-get update
-qq
&&
apt-get
install
-qqy
docker-ce
&&
apt-get update
-qq
&&
apt-get
install
-qqy
docker-ce
\
&&
git config
--global
user.email
"rainboard@laas.fr"
\
&&
git config
--global
user.name
"rainboard.laas.fr"
RUN
pip3
install
--no-cache-dir
\
gunicorn
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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