Martin Roth has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45265 )
Change subject: utils/docker/coreboot-sdk: Update python to python2, add python3 ......................................................................
utils/docker/coreboot-sdk: Update python to python2, add python3
The latest debian image needs the python2 package specified instead of just 'python'. Also add python3 to the builder as we'll probably be getting python3 scripts before too long.
Change-Id: Iceea3981b1e219141bf06ad0b559cdbf1c98b360 Signed-off-by: Martin Roth gaumless@gmail.com --- M util/docker/coreboot-sdk/Dockerfile 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/45265/1
diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile index 7c87056..007e9af 100644 --- a/util/docker/coreboot-sdk/Dockerfile +++ b/util/docker/coreboot-sdk/Dockerfile @@ -63,7 +63,8 @@ openssl \ patch \ pkg-config \ - python \ + python2 \ + python3 \ qemu \ rsync \ shellcheck \