We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07bd17 commit 82b4f3cCopy full SHA for 82b4f3c
Dockerfile
@@ -9,7 +9,7 @@ RUN go install github.com/slawekzachcial/gha-token@1.1.0
9
###### Final image
10
FROM alpine:3.22
11
12
-RUN apk add --no-cache git github-cli bash openssh curl \
+RUN apk add --no-cache git github-cli bash openssh curl jq \
13
&& adduser -u 1100 -s /sbin/nologin -D git \
14
&& mkdir -p /home/git/.ssh \
15
&& chown 1100:1100 /home/git/.ssh \
0 commit comments