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:
@@ -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
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user