Dockerfile: install jq.

It's a small dependency and makes it easier to do scripting.
This commit is contained in:
Mike McQuaid 2022-11-09 15:32:12 +00:00
parent 9600bd0485
commit 6990e5f537
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

@ -27,6 +27,7 @@ RUN apt-get update \
sudo \ sudo \
uuid-runtime \ uuid-runtime \
tzdata \ tzdata \
jq \
&& apt remove --purge -y software-properties-common \ && apt remove --purge -y software-properties-common \
&& apt autoremove --purge -y \ && apt autoremove --purge -y \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \