From 0fb774024d222745d6c016bc179ca9d34b86def0 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Fri, 6 Jan 2023 08:02:50 +0100 Subject: [PATCH] util/docker/coreboot-sdk: Remove Python 2 package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Debian removed Python 2 from their Sid repository and so it needs to be removed from the Dockerfile as well. Built and tested the Dockerfile with Python 2 removed. Still works. Change-Id: If4e298dc275c1dfaf57cd4c3f8e5f89410318ec0 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/71711 Tested-by: build bot (Jenkins) Reviewed-by: Michael Niewöhner --- util/docker/coreboot-sdk/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile index e9ae5925dc..d645aa0b84 100644 --- a/util/docker/coreboot-sdk/Dockerfile +++ b/util/docker/coreboot-sdk/Dockerfile @@ -68,7 +68,6 @@ RUN \ patch \ pbzip2 \ pkg-config \ - python2 \ python3 \ qemu-system-arm \ qemu-system-misc \ @@ -84,7 +83,7 @@ RUN \ xz-utils \ zlib1g-dev \ && apt-get clean \ - && update-alternatives --install /usr/bin/python python /usr/bin/python2 1 \ + && update-alternatives --install /usr/bin/python python /usr/bin/python3 1 \ && ln -s /usr/bin/automake /usr/bin/automake-1.15 \ && ln -s /usr/bin/aclocal /usr/bin/aclocal-1.15