client: archlinux: move less from custom build to base build
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# docker-finance | modern accounting for the power-user
|
# docker-finance | modern accounting for the power-user
|
||||||
#
|
#
|
||||||
# Copyright (C) 2021-2025 Aaron Fiore (Founder, Evergreen Crypto LLC)
|
# Copyright (C) 2021-2026 Aaron Fiore (Founder, Evergreen Crypto LLC)
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -36,6 +36,7 @@ RUN pacman -Syu --noconfirm --disable-download-timeout
|
|||||||
RUN pacman -Syu \
|
RUN pacman -Syu \
|
||||||
bc \
|
bc \
|
||||||
csvkit \
|
csvkit \
|
||||||
|
less \
|
||||||
vim \
|
vim \
|
||||||
xan \
|
xan \
|
||||||
yq \
|
yq \
|
||||||
|
|||||||
@@ -39,7 +39,6 @@ RUN pacman -Syu --noconfirm
|
|||||||
## Finance-related
|
## Finance-related
|
||||||
#RUN pacman -Syu \
|
#RUN pacman -Syu \
|
||||||
# calc \
|
# calc \
|
||||||
# less \
|
|
||||||
# --noconfirm --disable-download-timeout
|
# --noconfirm --disable-download-timeout
|
||||||
|
|
||||||
## Text editors
|
## Text editors
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ container:
|
|||||||
packages:
|
packages:
|
||||||
- "bc"
|
- "bc"
|
||||||
- "csvkit"
|
- "csvkit"
|
||||||
|
- "less"
|
||||||
- "vim"
|
- "vim"
|
||||||
- "xan"
|
- "xan"
|
||||||
- "yq"
|
- "yq"
|
||||||
|
|||||||
Reference in New Issue
Block a user