summaryrefslogtreecommitdiff
path: root/util/docker
diff options
context:
space:
mode:
authorMartin Roth <martin@coreboot.org>2020-10-25 15:07:07 -0600
committerPatrick Georgi <pgeorgi@google.com>2020-10-27 10:06:00 +0000
commitbd8e6dd2ca99f3ba79f1474a3afe0c518b504d44 (patch)
tree64b83a9da12f60efe1542326ed9e09d762c003a2 /util/docker
parent99af210456d346187692e0b7b982b01c28006ab0 (diff)
downloadcoreboot-bd8e6dd2ca99f3ba79f1474a3afe0c518b504d44.tar.xz
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 <martin@coreboot.org> Change-Id: I31ca45fcc5880f2b0346ca3f7d36a71ae18da979 Reviewed-on: https://review.coreboot.org/c/coreboot/+/46799 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/docker')
-rw-r--r--util/docker/coreboot-sdk/Dockerfile3
1 files changed, 3 insertions, 0 deletions
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 \