From: Gerd Hoffmann Date: Tue, 8 Mar 2022 11:56:15 +0000 (+0100) Subject: edk2/docker: install python3 X-Git-Tag: v7.0.0~46^2~2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=392c8ac19b7d05ffee6315efed55f21cacb10a2d;p=mirror_qemu.git edk2/docker: install python3 python2 is not supported any more, so go install python3 instead. Signed-off-by: Gerd Hoffmann Reviewed-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé --- diff --git a/.gitlab-ci.d/edk2/Dockerfile b/.gitlab-ci.d/edk2/Dockerfile index 13029310f6..7484b3846d 100644 --- a/.gitlab-ci.d/edk2/Dockerfile +++ b/.gitlab-ci.d/edk2/Dockerfile @@ -20,7 +20,7 @@ RUN apt update \ iasl \ make \ nasm \ - python \ + python3 \ uuid-dev \ && \ \