forked from EvergreenCrypto/docker-finance
client: Dockerfiles: remove pipx, replace with packaged csvkit
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user