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

(for consistenly useful packages that aren't dependencies)
and move `less` from "Base dependencies" to this section.
This commit is contained in:
2026-03-10 17:02:19 -07:00
parent a690bd1348
commit 270e6e7e62

View File

@@ -36,12 +36,19 @@ RUN pacman -Syu --noconfirm --disable-download-timeout
RUN pacman -Syu \ RUN pacman -Syu \
bc \ bc \
csvkit \ csvkit \
less \
vim \ vim \
xan \ xan \
yq \ yq \
--noconfirm --disable-download-timeout --noconfirm --disable-download-timeout
#
# Related "useful" packages (not dependencies)
#
RUN pacman -Syu \
less \
--noconfirm --disable-download-timeout
# #
# Entrypoint # Entrypoint
# #