From 3d06657f06037e286ae2da13617a3a951796b18d Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Wed, 21 Apr 2021 11:46:17 +0200 Subject: [PATCH] resources: Update Dockerfile to Ubuntu Focal Fossa In order to avoid possible issues with Bionic Beaver (18.04) as it's getting old, we move the CI container to Focal Fossa (20.04). Signed-off-by: Sebastien Boeuf --- resources/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/Dockerfile b/resources/Dockerfile index cf6972325..0de8ce887 100644 --- a/resources/Dockerfile +++ b/resources/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 as dev +FROM ubuntu:20.04 as dev ARG TARGETARCH ARG RUST_TOOLCHAIN="1.51.0" @@ -37,7 +37,6 @@ RUN apt-get update \ socat \ dosfstools \ cpio \ - bsdtar \ libfdt-dev \ python3-setuptools \ && apt-get clean \