From 270e6e7e629341aa44142781942dd9e138adb874 Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Tue, 10 Mar 2026 17:02:19 -0700 Subject: [PATCH] client: archlinux: add 'Related "useful" packages' section (for consistenly useful packages that aren't dependencies) and move `less` from "Base dependencies" to this section. --- .../remote/docker-finance/finance/Dockerfile.archlinux | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/client/Dockerfiles/remote/docker-finance/finance/Dockerfile.archlinux b/client/Dockerfiles/remote/docker-finance/finance/Dockerfile.archlinux index ded7d1c..4de55cb 100644 --- a/client/Dockerfiles/remote/docker-finance/finance/Dockerfile.archlinux +++ b/client/Dockerfiles/remote/docker-finance/finance/Dockerfile.archlinux @@ -36,12 +36,19 @@ RUN pacman -Syu --noconfirm --disable-download-timeout RUN pacman -Syu \ bc \ csvkit \ - less \ vim \ xan \ yq \ --noconfirm --disable-download-timeout +# +# Related "useful" packages (not dependencies) +# + +RUN pacman -Syu \ + less \ + --noconfirm --disable-download-timeout + # # Entrypoint #