projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e97542
)
edk2/docker: install python3
author
Gerd Hoffmann
<kraxel@redhat.com>
Tue, 8 Mar 2022 11:56:15 +0000
(12:56 +0100)
committer
Gerd 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
patch
|
blob
|
history
diff --git
a/.gitlab-ci.d/edk2/Dockerfile
b/.gitlab-ci.d/edk2/Dockerfile
index 13029310f6d6d20bee9479975740011fd8baed4c..7484b3846d71bc7c33ea67331e448bab616267b3 100644
(file)
--- a/
.gitlab-ci.d/edk2/Dockerfile
+++ b/
.gitlab-ci.d/edk2/Dockerfile
@@
-20,7
+20,7
@@
RUN apt update \
iasl \
make \
nasm \
- python \
+ python
3
\
uuid-dev \
&& \
\