We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6357fa2 + 76e9956 commit f24da85Copy full SHA for f24da85
1 file changed
Dockerfile
@@ -6,7 +6,8 @@ FROM alpine:3.21
6
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
+ && mkdir -p /home/git/.ssh \
10
+ && chown 1100:1100 /home/git/.ssh
11
12
ADD files/known_hosts /home/git/.ssh/known_hosts
13
0 commit comments