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 789188f commit e5a96a7Copy full SHA for e5a96a7
Dockerfile
@@ -13,8 +13,8 @@ RUN apk --no-cache add \
13
s6 \
14
curl \
15
openssh \
16
- tzdata \
17
- && addgroup \
+ tzdata
+RUN addgroup \
18
-S -g 1000 \
19
git && \
20
adduser \
@@ -26,9 +26,9 @@ RUN apk --no-cache add \
26
27
echo "git:$(date +%s | sha256sum | base64 | head -c 32)" | chpasswd
28
29
-ENV USER git \
30
- GITEA_CUSTOM /data/gitea \
31
- GODEBUG=netdns=go
+ENV USER git
+ENV GITEA_CUSTOM /data/gitea
+ENV GODEBUG=netdns=go
32
33
VOLUME ["/data"]
34
0 commit comments