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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45265
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Martin Roth 2020-09-10 08:59:35 -06:00 committed by David Hendricks
parent aec3b1f7d7
commit 1ba86f685b
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@ RUN \
openssl \
patch \
pkg-config \
python \
python2 \
python3 \
qemu \
rsync \
shellcheck \