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

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

parent b024370d
No related branches found
No related tags found
1 merge request!51Issue #3487621 by andypost, cmlara: Add jq and yq packages to images
Pipeline #444224 passed
......@@ -184,6 +184,7 @@ RUN set -xe &&\
rsync \
unzip \
xz-utils \
yq \
" &&\
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 \
" &&\
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