Skip to content

Commit

Permalink
task(ci): Add jq to docker
Browse files Browse the repository at this point in the history
Because:
- jq util was missing from docker images based on node:18

This Commit:
- Installs jq
  • Loading branch information
dschom committed Mar 29, 2023
1 parent 3e74908 commit 9100721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions _dev/docker/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y \
python3-dev \
build-essential \
zip \
jq \
&& rm -rf /var/lib/apt/lists/*

COPY --chown=app:app . /fxa
Expand Down
1 change: 1 addition & 0 deletions _dev/docker/mono/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN set -x \
RUN apt-get update && apt-get install -y \
netcat \
openssl \
jq \
iputils-ping \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 9100721

Please sign in to comment.