From 4cc02064d2c80f2837f28767853d1991112dfb2e Mon Sep 17 00:00:00 2001 From: Pascal Nasahl Date: Tue, 3 Oct 2023 13:47:13 +0200 Subject: [PATCH] [docker/podman] Switch to Ubuntu 20.04 At the moment, the podman image uses Ubuntu 18.04, which is EOL. This PR updates the image to Ubunt 20.04. Signed-off-by: Pascal Nasahl --- util/docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/docker/Dockerfile b/util/docker/Dockerfile index 1deefc2d..8d70a97f 100644 --- a/util/docker/Dockerfile +++ b/util/docker/Dockerfile @@ -4,7 +4,7 @@ # Docker file for OpenTitan side channel analysis and fault injection setup. -FROM ubuntu:18.04 +FROM ubuntu:20.04 LABEL version="0.1" LABEL description="OpenTitan SCA/FI image" @@ -33,7 +33,7 @@ RUN apt-get update && \ screen \ locales \ tzdata \ - setpriv && \ + util-linux && \ curl -fsSL https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | DEBIAN_FRONTEND="noninteractive" bash && \ apt-get update && \ apt-get install --no-install-recommends -y git-lfs