Merge pull request #14127 from Homebrew/docker-jq

Dockerfile: install jq.
This commit is contained in:
Mike McQuaid 2022-11-09 16:06:01 +00:00 committed by GitHub
commit ecfe4fe6c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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