From 0a9d0a4ca0bb46e68604c06ae6345157c2e9cdb6 Mon Sep 17 00:00:00 2001 From: yeti Date: Thu, 15 May 2025 16:48:52 +0100 Subject: [PATCH] feat(buildah): add less package --- build-workspace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-workspace.sh b/build-workspace.sh index 0e90c1e..170c00c 100755 --- a/build-workspace.sh +++ b/build-workspace.sh @@ -13,7 +13,7 @@ ctr=$(buildah from archlinux) buildah run "$ctr" -- bash -c "\ pacman -Sy --noconfirm && pacman -S --noconfirm --needed base-devel neovim git fish tmux \ - nodejs python podman fzf fd ripgrep jdk-openjdk fisher yazi \ + nodejs python podman fzf fd ripgrep jdk-openjdk fisher yazi less \ lazygit luarocks python-pynvim npm bash-completion tree-sitter-cli kitty-terminfo \ lua51 openssh && pacman -Scc --noconfirm && groupadd secproc && groupadd -g $DEV_GID $DEV_USER && \ useradd -ms /bin/fish -G secproc -u $DEV_UID -g $DEV_GID $DEV_USER && mkdir -m 511 -p $SECURE