We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935b40f commit 789188fCopy full SHA for 789188f
Dockerfile
@@ -13,8 +13,8 @@ RUN apk --no-cache add \
13
s6 \
14
curl \
15
openssh \
16
- tzdata
17
-RUN addgroup \
+ tzdata \
+ && addgroup \
18
-S -g 1000 \
19
git && \
20
adduser \
@@ -26,9 +26,9 @@ RUN addgroup \
26
27
echo "git:$(date +%s | sha256sum | base64 | head -c 32)" | chpasswd
28
29
-ENV USER git
30
-ENV GITEA_CUSTOM /data/gitea
31
-ENV GODEBUG=netdns=go
+ENV USER git \
+ GITEA_CUSTOM /data/gitea \
+ GODEBUG=netdns=go
32
33
VOLUME ["/data"]
34
0 commit comments