Fix directory permissions
This commit is contained in:
parent
78eae9643c
commit
7656b73122
1 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
FROM gitea/gitea:latest
|
FROM gitea/gitea:latest
|
||||||
USER root
|
USER root
|
||||||
RUN apk add --no-cache git-lfs
|
RUN apk add --no-cache git-lfs && \
|
||||||
# Stay as root for debugging
|
mkdir -p /.s6-svscan /var/run/s6 /etc/s6 && \
|
||||||
|
chmod -R 777 /.s6-svscan /var/run/s6 /etc/s6
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue