Skip to content

Commit 45d59c9

Browse files
777 homedir
1 parent a7e10c3 commit 45d59c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ RUN set -eux; \
1414
apk --no-cache del; \
1515
addgroup -S xbash; \
1616
adduser -S xbash -G xbash -h /home/xbash -s /bin/bash; \
17-
ln /usr/local/bin/bash /bin/bash;
17+
ln /usr/local/bin/bash /bin/bash; \
18+
chmod 777 /home/xbash;
1819

1920
USER xbash
2021

0 commit comments

Comments
 (0)