Skip to content

Commit 79de68b

Browse files
committed
Add jq
1 parent f8edd08 commit 79de68b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### master
22

3+
- Add `jq` in `-buster` Docker images (since `0.8.3`)
4+
35
### [0.8.2](../../compare/0.8.1...0.8.2) - 2022-03-15
46

57
- Fix `SummaryTheme` processes count color

docker/parallel-processes/Dockerfile.buster

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ARG REPOSITORY_VERSION
1414
RUN \
1515
apt-get update \
1616
&& apt-get upgrade -y \
17-
&& apt-get install -y bash unzip \
17+
&& apt-get install -y bash unzip jq \
1818
&& docker-php-ext-install pcntl \
1919
&& composer global require steevanb/php-parallel-processes:${REPOSITORY_VERSION} \
2020

0 commit comments

Comments
 (0)