Skip to content

Commit f24da85

Browse files
authored
Merge pull request #1 from impossiblecloud/fix-permissions
fix permissions
2 parents 6357fa2 + 76e9956 commit f24da85

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ FROM alpine:3.21
66

77
RUN apk add --no-cache git github-cli bash \
88
&& adduser -u 1100 -s /sbin/nologin -D git \
9-
&& mkdir -p /home/git/.ssh
9+
&& mkdir -p /home/git/.ssh \
10+
&& chown 1100:1100 /home/git/.ssh
1011

1112
ADD files/known_hosts /home/git/.ssh/known_hosts
1213

0 commit comments

Comments
 (0)