mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Dockerfile: install jq.
It's a small dependency and makes it easier to do scripting.
This commit is contained in:
parent
9600bd0485
commit
6990e5f537
@ -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/* \
|
||||
|
Loading…
x
Reference in New Issue
Block a user