mirror of
https://github.com/sstent/containers.git
synced 2025-12-06 08:01:51 +00:00
adding autocreate for admin user
This commit is contained in:
@@ -9,6 +9,7 @@ RUN addgroup -S -g 1000 gitea && \
|
||||
RUN apk add --no-cache \
|
||||
git-lfs \
|
||||
openssh-keygen \
|
||||
curl \
|
||||
bash &&\
|
||||
apk add gitea --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/ && \
|
||||
mkdir /var/cache/gitea && \
|
||||
|
||||
Reference in New Issue
Block a user