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>
This commit is contained in:
Martin Roth 2020-10-25 15:07:07 -06:00 committed by Patrick Georgi
parent 99af210456
commit bd8e6dd2ca
1 changed files with 3 additions and 0 deletions

View File

@ -24,11 +24,13 @@ RUN \
bzip2 \ bzip2 \
ccache \ ccache \
cmake \ cmake \
cscope \
curl \ curl \
device-tree-compiler \ device-tree-compiler \
dh-autoreconf \ dh-autoreconf \
diffutils \ diffutils \
doxygen \ doxygen \
exuberant-ctags \
flex \ flex \
g++ \ g++ \
gawk \ gawk \
@ -62,6 +64,7 @@ RUN \
nasm \ nasm \
openssl \ openssl \
patch \ patch \
pbzip2 \
pkg-config \ pkg-config \
python2 \ python2 \
python3 \ python3 \