Skip to content
Snippets Groups Projects
Commit 5d185374 authored by Andrey Postnikov's avatar Andrey Postnikov
Browse files

Issue #3487621 by andypost, cmlara: Add jq and yq packages to images

parent 6151b714
Branches
No related tags found
No related merge requests found
Pipeline #444814 passed
......@@ -184,6 +184,7 @@ RUN set -xe &&\
rsync \
unzip \
xz-utils \
yq jq \
" &&\
apt-get install -qy --no-install-recommends $buildDeps $runDeps &&\
rm -rf /var/lib/apt/lists/*
......
......@@ -182,6 +182,7 @@ RUN set -xe &&\
rsync \
unzip \
xz-utils \
yq jq \
" &&\
apt-get install -qy --no-install-recommends $buildDeps $runDeps &&\
rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment