Skip to content

Commit 82b4f3c

Browse files
committed
chore: add jq tool
Adding jq
1 parent a07bd17 commit 82b4f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN go install github.com/slawekzachcial/gha-token@1.1.0
99
###### Final image
1010
FROM alpine:3.22
1111

12-
RUN apk add --no-cache git github-cli bash openssh curl \
12+
RUN apk add --no-cache git github-cli bash openssh curl jq \
1313
&& adduser -u 1100 -s /sbin/nologin -D git \
1414
&& mkdir -p /home/git/.ssh \
1515
&& chown 1100:1100 /home/git/.ssh \

0 commit comments

Comments
 (0)