Merge pull request #284 into master

0ef10be2 client: docker-finance.d: archlinux: reset USER in optional block (Aaron Fiore)
96ea8fc9 client: archlinux: move `less` from custom build to base build (Aaron Fiore)
bbdb53eb client: docker-finance.d: archlinux: clarify optional blocks (Aaron Fiore)
This commit is contained in:
2026-01-28 15:50:43 -08:00
3 changed files with 13 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
# 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
# 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 \
bc \
csvkit \
less \
vim \
xan \
yq \

View File

@@ -1,6 +1,6 @@
# docker-finance | modern accounting for the power-user
#
# Copyright (C) 2021-2024 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
# it under the terms of the GNU General Public License as published by
@@ -32,27 +32,31 @@
USER root
RUN pacman -Syu --noconfirm
## Optional: finance-related
##
## Optional (examples)
##
## Finance-related
#RUN pacman -Syu \
# calc \
# less \
# --noconfirm --disable-download-timeout
## Optional: text editors
## Text editors
#RUN pacman -Syu \
# emacs-nox \
# nano \
# --noconfirm --disable-download-timeout
## Optional: python
## Python
#RUN pacman -Syu \
# python-pipx \
# --noconfirm --disable-download-timeout
## Optional: python: xlsx to csv conversion tool
## Python (requires above): xlsx to csv conversion tool
#USER @DOCKER_FINANCE_USER@
#WORKDIR /home/@DOCKER_FINANCE_USER@
#RUN pipx install xlsx2csv
#USER root
##
## Plugins (dependencies)

View File

@@ -38,6 +38,7 @@ container:
packages:
- "bc"
- "csvkit"
- "less"
- "vim"
- "xan"
- "yq"