From 5e5f0d2c644f3cc5985d82991de0a0ce66db5d77 Mon Sep 17 00:00:00 2001 From: Konstantinos Smanis Date: Sun, 23 Aug 2020 11:56:07 +0300 Subject: Fix x86-glibc stage3 builds Closes: #85 Signed-off-by: Konstantinos Smanis Closes: https://github.com/gentoo/gentoo-docker-images/pull/87 Signed-off-by: Alexys Jacob --- .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 -- cgit v1.2.3-65-gdbad