From ecfd7a3d0110590dba58f9c96c2c870e12e83baa Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Thu, 7 May 2020 02:43:40 +0900 Subject: [PATCH] Update Ubuntu image to 20.04 --- ci/docker/i686-unknown-linux-gnu/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ci/docker/i686-unknown-linux-gnu/Dockerfile b/ci/docker/i686-unknown-linux-gnu/Dockerfile index c3c2db680c896..6bab1d0c64fab 100644 --- a/ci/docker/i686-unknown-linux-gnu/Dockerfile +++ b/ci/docker/i686-unknown-linux-gnu/Dockerfile @@ -1,6 +1,4 @@ -# FIXME: Somehow we encounter a panic with Ubuntu 20.04. -# Should investigate why it causes and fix. -FROM ubuntu:19.10 +FROM ubuntu:20.04 RUN apt-get update RUN apt-get install -y --no-install-recommends \ gcc-multilib libc6-dev ca-certificates