client: archlinux: add 'Related "useful" packages' section
and move `less` from "Base dependencies" to this section.
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user