client: Dockerfiles: dev-tools: add version dependency

Already present in the 'finance' images.
This commit is contained in:
2024-06-21 06:38:18 -07:00
parent dddd8a90a2
commit 51ef36b2bb

View File

@@ -82,6 +82,20 @@ RUN chown -R :wheel /usr/local/lib/php && chmod g+rwx /usr/local/lib/php
# Doxygen
RUN apt install -y doxygen graphviz
#
# Client-side `version` command
#
RUN apt install -y pipx
USER @DOCKER_FINANCE_USER@
WORKDIR /home/@DOCKER_FINANCE_USER@
RUN pipx install shyaml
RUN echo "export PATH=\"\$PATH:\${HOME}/.local/bin\"" | tee -a ~/.bash_aliases
USER root
#
# Entrypoint
#