mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-29 04:52:22 -06:00
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:
parent
0e975424f8
commit
392c8ac19b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ RUN apt update \
|
|||
iasl \
|
||||
make \
|
||||
nasm \
|
||||
python \
|
||||
python3 \
|
||||
uuid-dev \
|
||||
&& \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue