Skip to content

Commit

Permalink
build: Add jq to dependencies in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmccall committed Sep 27, 2023
1 parent 659de03 commit 6d813f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
build-essential \
ccache \
git \
jq \
libffi-dev \
libssl-dev \
libtool \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile-toolbox
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
build-essential \
ccache \
git \
jq \
libffi-dev \
libssl-dev \
libtool \
Expand Down

0 comments on commit 6d813f8

Please sign in to comment.