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 f39edb1 commit 9f2d400Copy full SHA for 9f2d400
Dockerfile
@@ -7,7 +7,8 @@ FROM alpine:3.21
7
RUN apk add --no-cache git github-cli bash \
8
&& adduser -u 1100 -s /sbin/nologin -D git \
9
&& mkdir -p /home/git/.ssh \
10
- && chown 1100:1100 /home/git/.ssh
+ && chown 1100:1100 /home/git/.ssh \
11
+ && chmod 700 /home/git/.ssh
12
13
ADD files/known_hosts /home/git/.ssh/known_hosts
14
0 commit comments