client: Dockerfiles: dev-tools: refactor to use yq

Replaces `shyaml` dependency with `yq`.
This commit is contained in:
2024-08-17 17:15:44 -07:00
parent 29cc6f615e
commit 569db8a1e6
2 changed files with 2 additions and 11 deletions

View File

@@ -24,8 +24,7 @@ USER root
RUN apt-get update -y
RUN apt-get install -y \
curl \
yq
curl
USER @DOCKER_FINANCE_USER@
WORKDIR /home/@DOCKER_FINANCE_USER@