commit: 5e5f0d2c644f3cc5985d82991de0a0ce66db5d77 Author: Konstantinos Smanis <konstantinos.smanis <AT> gmail <DOT> com> AuthorDate: Sun Aug 23 08:56:07 2020 +0000 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org> CommitDate: Mon Aug 24 13:04:18 2020 +0000 URL: https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=5e5f0d2c
Fix x86-glibc stage3 builds Closes: #85 Signed-off-by: Konstantinos Smanis <konstantinos.smanis <AT> gmail.com> Closes: https://github.com/gentoo/gentoo-docker-images/pull/87 Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org> .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7269f98..874e1ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,9 @@ env: - TARGET=stage3-ppc64le before_install: - # Install docker 17.05.0 or later + # Install latest Docker + - 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 $(lsb_release -cs) stable" - sudo apt-get update -qq - sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce - echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
