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
277462c0
Commit
277462c0
authored
Jul 31, 2018
by
Guilhem Saurel
Browse files
fix docker apt repository for stretch
parent
23a234fc
Pipeline
#1090
passed with stages
in 6 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
277462c0
...
...
@@ -15,7 +15,7 @@ RUN apt-get update -qq && apt-get install -qqy \
netcat-openbsd
\
ssmtp
\
&&
curl
-fsSL
https://download.docker.com/linux/debian/gpg | apt-key add -
\
&&
echo
"deb [arch=amd64] https://download.docker.com/linux/debian
jessie
stable"
>>
/etc/apt/sources.list
\
&&
echo
"deb [arch=amd64] https://download.docker.com/linux/debian
stretch
stable"
>>
/etc/apt/sources.list
\
&&
apt-get update
-qq
&&
apt-get
install
-qqy
docker-ce
RUN
pip3
install
--no-cache-dir
\
...
...
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