forked from EvergreenCrypto/docker-finance
client: Dockerfiles: remove shyaml package, add yq
- Replaces `shyaml` dependency with `yq` * Less dependency upon `pipx` (`csvcut` is next to go) * `yq` will be needed by a container plugin
This commit is contained in:
@@ -47,11 +47,11 @@ RUN pacman -Syu \
|
||||
vim \
|
||||
visidata \
|
||||
xsv \
|
||||
yq \
|
||||
--noconfirm --disable-download-timeout
|
||||
|
||||
USER @DOCKER_FINANCE_USER@
|
||||
WORKDIR /home/@DOCKER_FINANCE_USER@
|
||||
RUN pipx install shyaml
|
||||
RUN pipx install csvkit
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user