Browse Source

Update Dockerfile (#12922)

tags/v1.13.0-rc1
Antoine GIRARD 3 years ago
parent
commit
14e718695a
No account linked to committer's email address
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      Dockerfile

+ 1
- 2
Dockerfile View File

@@ -8,7 +8,7 @@ ENV GOPROXY ${GOPROXY:-direct}

ARG GITEA_VERSION
ARG TAGS="sqlite sqlite_unlock_notify"
ENV TAGS "bindata $TAGS"
ENV TAGS "bindata timetzdata $TAGS"
ARG CGO_EXTRA_CFLAGS

#Build deps
@@ -38,7 +38,6 @@ RUN apk --no-cache add \
s6 \
sqlite \
su-exec \
tzdata \
gnupg

RUN addgroup \

Loading…
Cancel
Save