Browse Source

Revert "Reduce number of layer" (#2086)

This reverts commit 789188f13c.
tags/v1.21.12.1
Lunny Xiao Bo-Yi Wu 8 years ago
parent
commit
8fd43f215c
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      Dockerfile

+ 5
- 5
Dockerfile View File

@@ -13,8 +13,8 @@ RUN apk --no-cache add \
s6 \
curl \
openssh \
tzdata \
&& addgroup \
tzdata
RUN addgroup \
-S -g 1000 \
git && \
adduser \
@@ -26,9 +26,9 @@ RUN apk --no-cache add \
git && \
echo "git:$(date +%s | sha256sum | base64 | head -c 32)" | chpasswd

ENV USER git \
GITEA_CUSTOM /data/gitea \
GODEBUG=netdns=go
ENV USER git
ENV GITEA_CUSTOM /data/gitea
ENV GODEBUG=netdns=go

VOLUME ["/data"]



Loading…
Cancel
Save