client: docker-finance.d: archlinux: clarify optional blocks

This commit is contained in:
2026-01-28 13:03:51 -08:00
parent 3b1c430157
commit bbdb53eba5

View File

@@ -1,6 +1,6 @@
# docker-finance | modern accounting for the power-user # 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 # 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
@@ -32,24 +32,28 @@
USER root USER root
RUN pacman -Syu --noconfirm RUN pacman -Syu --noconfirm
## Optional: finance-related ##
## Optional (examples)
##
## Finance-related
#RUN pacman -Syu \ #RUN pacman -Syu \
# calc \ # calc \
# less \ # less \
# --noconfirm --disable-download-timeout # --noconfirm --disable-download-timeout
## Optional: text editors ## Text editors
#RUN pacman -Syu \ #RUN pacman -Syu \
# emacs-nox \ # emacs-nox \
# nano \ # nano \
# --noconfirm --disable-download-timeout # --noconfirm --disable-download-timeout
## Optional: python ## Python
#RUN pacman -Syu \ #RUN pacman -Syu \
# python-pipx \ # python-pipx \
# --noconfirm --disable-download-timeout # --noconfirm --disable-download-timeout
## Optional: python: xlsx to csv conversion tool ## Python (requires above): xlsx to csv conversion tool
#USER @DOCKER_FINANCE_USER@ #USER @DOCKER_FINANCE_USER@
#WORKDIR /home/@DOCKER_FINANCE_USER@ #WORKDIR /home/@DOCKER_FINANCE_USER@
#RUN pipx install xlsx2csv #RUN pipx install xlsx2csv