Fix svscan bug
This commit is contained in:
parent
2ca7683696
commit
1e0d694314
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
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 && \
|
||||||
|
mkdir -p /.s6-svscan && \
|
||||||
|
chmod 777 /.s6-svscan
|
||||||
USER git
|
USER git
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue