diff mbox series

[09/11] edk2/docker: install python3

Message ID 20220308145521.3106395-10-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show
Series edk2: update to stable202202 | expand

Commit Message

Gerd Hoffmann March 8, 2022, 2:55 p.m. UTC
python2 is not supported any more,
so go install python3 instead.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 .gitlab-ci.d/edk2/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alex Bennée March 9, 2022, 12:10 p.m. UTC | #1
Gerd Hoffmann <kraxel@redhat.com> writes:

> 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>
diff mbox series

Patch

diff --git a/.gitlab-ci.d/edk2/Dockerfile b/.gitlab-ci.d/edk2/Dockerfile
index 13029310f6d6..7484b3846d71 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 \
     && \
     \