diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2022-03-08 12:56:15 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-03-15 09:32:22 +0100 |
commit | 392c8ac19b7d05ffee6315efed55f21cacb10a2d (patch) | |
tree | 55a1c6fdf4394789f504008ea2b1fcef3b68c37b /.gitlab-ci.d | |
parent | 0e975424f8bf4403efaa08414db8c1da7f813897 (diff) |
edk2/docker: install python3
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>
Diffstat (limited to '.gitlab-ci.d')
-rw-r--r-- | .gitlab-ci.d/edk2/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ && \ \ |