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
#

View File

@@ -43,12 +43,12 @@ RUN chown root:wheel /usr/local/* && chmod g+rwx /usr/local/*
RUN apt-get update -y
RUN apt-get install -y \
csvkit \
gawk \
git \
hledger \
hledger-ui \
hledger-web \
pipx \
timewarrior \
vim \
visidata \
@@ -58,10 +58,6 @@ RUN apt-get install -y \
RUN apt-get install -y cargo
RUN cargo install xsv --root /usr
USER @DOCKER_FINANCE_USER@
WORKDIR /home/@DOCKER_FINANCE_USER@
RUN pipx install csvkit
#
# `fetch` APIs
#