From 542505e772b8196d2a8a4341e524b137df2e3cc3 Mon Sep 17 00:00:00 2001 From: Sven-Thorsten Dietrich Date: Tue, 16 Nov 2021 11:29:41 -0800 Subject: [PATCH] Updates to build on Ubuntu 20.04 - in Ubuntu 20.04 python and associated packages have moved to 3.x Signed-off-by: Sven-Thorsten Dietrich --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0ed7323..317d63d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:20.04 ENV SRC_DIR /tmp/epacts-src @@ -14,7 +14,7 @@ RUN set -x \ help2man \ lsb-release \ python \ - python-pip \ + python3-pip \ r-base \ rpm \ && pip install cget