git user stuff
This commit is contained in:
parent
1541cfc144
commit
56773f1047
1 changed files with 9 additions and 0 deletions
|
@ -1 +1,10 @@
|
||||||
FROM gitea/gitea
|
FROM gitea/gitea
|
||||||
|
|
||||||
|
env USER_UID=998
|
||||||
|
env GROUP_GID=998
|
||||||
|
|
||||||
|
RUN cat /etc/group
|
||||||
|
RUN cat /etc/passwd
|
||||||
|
|
||||||
|
#RUN deluser git && addgroup -g $GROUP_GID git && adduser -D -u 998 -G git git
|
||||||
|
# USER git
|
||||||
|
|
Loading…
Add table
Reference in a new issue