add Docker repository to get latest Docker for Ubuntu 16.04

This commit is contained in:
Stefan Agner 2019-01-24 13:46:58 +01:00
parent f49cea0bad
commit 2525e86aed
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ env:
- BUILD_ARCH=arm32v7
- BUILD_ARCH=arm64v8
before_install:
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable"
- sudo apt update -y && sudo apt install --only-upgrade docker-ce -y
- docker info
install: