]> git.proxmox.com Git - mirror_qemu.git/commitdiff
edk2/docker: install python3
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 8 Mar 2022 11:56:15 +0000 (12:56 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 15 Mar 2022 08:32:22 +0000 (09:32 +0100)
python2 is not supported any more,
so go install python3 instead.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
.gitlab-ci.d/edk2/Dockerfile

index 13029310f6d6d20bee9479975740011fd8baed4c..7484b3846d71bc7c33ea67331e448bab616267b3 100644 (file)
@@ -20,7 +20,7 @@ RUN apt update \
         iasl \
         make \
         nasm \
-        python \
+        python3 \
         uuid-dev \
     && \
     \