client: docker-finance.d: archlinux: reset USER in optional block

- Reset to root after the `pipx install` example
  * Needed for CI (and general annoyance removal)
This commit is contained in:
2026-01-28 13:53:49 -08:00
parent 96ea8fc9b0
commit 0ef10be21e

View File

@@ -56,6 +56,7 @@ RUN pacman -Syu --noconfirm
#USER @DOCKER_FINANCE_USER@
#WORKDIR /home/@DOCKER_FINANCE_USER@
#RUN pipx install xlsx2csv
#USER root
##
## Plugins (dependencies)