client: archlinux: add 'Related "useful" packages' section

and move `less` from "Base dependencies" to this section.
This commit is contained in:
2026-03-10 17:02:19 -07:00
parent 8479411327
commit c98cf7cbbb

View File

@@ -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
#