Felix Singer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/79246?usp=email )
Change subject: util/docker/archlinux: Install less tool ......................................................................
util/docker/archlinux: Install less tool
Change-Id: Ic6aa4a3d4c65cca9750b44ae9d4f4b7d1dbf8aec Signed-off-by: Felix Singer felixsinger@posteo.net --- M util/docker/archlinux/Dockerfile 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/79246/1
diff --git a/util/docker/archlinux/Dockerfile b/util/docker/archlinux/Dockerfile index 9c80483..447779f 100644 --- a/util/docker/archlinux/Dockerfile +++ b/util/docker/archlinux/Dockerfile @@ -13,6 +13,7 @@ git \ go \ htop \ + less \ neovim \ python3 \ tmux && \