Skip to content

Commit f9c9f1c

Browse files
authored
Add jq to work with Json
1 parent fa5ea2b commit f9c9f1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
77
git curl \
88
ca-certificates \
99
openssh-client \
10+
jq \
1011
&& rm -rf /var/lib/apt/lists/*
1112

1213
# Install docker

0 commit comments

Comments
 (0)