Skip to content

Commit e5a96a7

Browse files
authored
Revert "Reduce number of layer (#2078)"
This reverts commit 789188f.
1 parent 789188f commit e5a96a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ RUN apk --no-cache add \
1313
s6 \
1414
curl \
1515
openssh \
16-
tzdata \
17-
&& addgroup \
16+
tzdata
17+
RUN addgroup \
1818
-S -g 1000 \
1919
git && \
2020
adduser \
@@ -26,9 +26,9 @@ RUN apk --no-cache add \
2626
git && \
2727
echo "git:$(date +%s | sha256sum | base64 | head -c 32)" | chpasswd
2828

29-
ENV USER git \
30-
GITEA_CUSTOM /data/gitea \
31-
GODEBUG=netdns=go
29+
ENV USER git
30+
ENV GITEA_CUSTOM /data/gitea
31+
ENV GODEBUG=netdns=go
3232

3333
VOLUME ["/data"]
3434

0 commit comments

Comments
 (0)