util/docker/coreboot-sdk: Add bash-completion to package list

Change-Id: I97756f603e304c6b50387ba2aaac416ae31db681
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78493
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
Felix Singer 2023-10-22 17:22:29 +02:00 committed by Martin L Roth
parent 285216ba36
commit f5f1ff355e
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ RUN \
useradd -p locked -m coreboot && \ useradd -p locked -m coreboot && \
apt-get -qq update && \ apt-get -qq update && \
apt-get -qqy install --no-install-recommends \ apt-get -qqy install --no-install-recommends \
bash-completion \
bc \ bc \
bison \ bison \
bsdextrautils \ bsdextrautils \