Felix Singer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/78890?usp=email )
Change subject: util/docker/coreboot-sdk: Add tmux to package list ......................................................................
util/docker/coreboot-sdk: Add tmux to package list
tmux is a very useful tool. So add it to the package list.
Change-Id: I1c389863cc40750012f971aae943d14ce82dcb3c Signed-off-by: Felix Singer felixsinger@posteo.net --- M util/docker/coreboot-sdk/Dockerfile 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/78890/1
diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile index daced1b..b4b0322 100644 --- a/util/docker/coreboot-sdk/Dockerfile +++ b/util/docker/coreboot-sdk/Dockerfile @@ -78,6 +78,7 @@ rsync \ sharutils \ shellcheck \ + tmux \ unifont \ unzip \ uuid-dev \