Skip to content

Commit 4400ca0

Browse files
committed
add jq to development packages
1 parent dc5a48f commit 4400ca0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ FROM base AS development
4040

4141
RUN apt-get update -yqq && apt-get install -yqq --no-install-recommends \
4242
vim-tiny\
43-
git
43+
git \
44+
jq
4445

4546

4647
USER app

0 commit comments

Comments
 (0)