Skip to content

Commit

Permalink
feat: install jq (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <troian.ap@gmail.com>
  • Loading branch information
troian authored Mar 19, 2024
1 parent cab75e7 commit eaa56f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN \
ca-certificates \
curl \
bash \
jq \
&& rm -rf /var/lib/apt/lists/*

ENTRYPOINT ["/usr/bin/tini", "--", "e2e-test"]

0 comments on commit eaa56f7

Please sign in to comment.