client: Dockerfiles: remove pipx, replace with packaged csvkit

This commit is contained in:
2024-08-18 01:44:13 -07:00
parent 2806e510b5
commit 3b01ce8cc7
2 changed files with 2 additions and 10 deletions

View File

@@ -37,12 +37,12 @@ RUN chown root:wheel /usr/local/* && chmod g+rwx /usr/local/*
#
RUN pacman -Syu \
csvkit \
git \
hledger \
hledger-iadd \
hledger-ui \
hledger-web \
python-pipx \
timew \
vim \
visidata \
@@ -50,10 +50,6 @@ RUN pacman -Syu \
yq \
--noconfirm --disable-download-timeout
USER @DOCKER_FINANCE_USER@
WORKDIR /home/@DOCKER_FINANCE_USER@
RUN pipx install csvkit
#
# `fetch` APIs
#