summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2020-09-10 08:59:35 -0600
committerDavid Hendricks <david.hendricks@gmail.com>2020-09-13 23:14:16 +0000
commit1ba86f685b87c2467518eb04beaa36f16349570f (patch)
tree36724274e1c2d5c4d0bb469526d8b9e1f30536dd
parentaec3b1f7d70f2cf59cdd80c7bd1047ca54df034c (diff)
downloadcoreboot-1ba86f685b87c2467518eb04beaa36f16349570f.tar.xz
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>
-rw-r--r--util/docker/coreboot-sdk/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile
index 7c87056a7b..007e9afc7b 100644
--- a/util/docker/coreboot-sdk/Dockerfile
+++ b/util/docker/coreboot-sdk/Dockerfile
@@ -63,7 +63,8 @@ RUN \
openssl \
patch \
pkg-config \
- python \
+ python2 \
+ python3 \
qemu \
rsync \
shellcheck \