From bd8e6dd2ca99f3ba79f1474a3afe0c518b504d44 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 25 Oct 2020 15:07:07 -0600 Subject: util/docker: Update coreboot-sdk with additional tools - cscope: Run cscope targets - ctags: Run ctags targets - pbzip2: Allow compression on all cpu cores Signed-off-by: Martin Roth Change-Id: I31ca45fcc5880f2b0346ca3f7d36a71ae18da979 Reviewed-on: https://review.coreboot.org/c/coreboot/+/46799 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- util/docker/coreboot-sdk/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util') diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile index 007e9afc7b..749b543149 100644 --- a/util/docker/coreboot-sdk/Dockerfile +++ b/util/docker/coreboot-sdk/Dockerfile @@ -24,11 +24,13 @@ RUN \ bzip2 \ ccache \ cmake \ + cscope \ curl \ device-tree-compiler \ dh-autoreconf \ diffutils \ doxygen \ + exuberant-ctags \ flex \ g++ \ gawk \ @@ -62,6 +64,7 @@ RUN \ nasm \ openssl \ patch \ + pbzip2 \ pkg-config \ python2 \ python3 \ -- cgit v1.2.3