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>
This commit is contained in:
Gerd Hoffmann 2022-03-08 12:56:15 +01:00
parent 0e975424f8
commit 392c8ac19b
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ RUN apt update \
iasl \
make \
nasm \
python \
python3 \
uuid-dev \
&& \
\