1
0
Fork 0

Update docker dependencies to fix issues

Update engine-api, libcompose and related dependencies (including
libkermit), to fix issues with docker v1.9.1 and lower.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2016-05-12 17:10:42 +02:00
parent 7bf421f847
commit 061107b65f
No known key found for this signature in database
GPG key ID: 083CC6FD6EB699A3
6 changed files with 43 additions and 48 deletions

View file

@ -11,7 +11,7 @@ services:
- docker
install:
- sudo service docker stop
- sudo curl https://get.docker.com/builds/Linux/x86_64/docker-1.10.1 -o /usr/bin/docker
- sudo curl https://get.docker.com/builds/Linux/x86_64/docker-1.9.1 -o /usr/bin/docker
- sudo chmod +x /usr/bin/docker
- sudo service docker start
- pip install --user mkdocs