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



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


#Build deps #Build deps
s6 \ s6 \
sqlite \ sqlite \
su-exec \ su-exec \
tzdata \
gnupg gnupg


RUN addgroup \ RUN addgroup \

Loading…
Cancel
Save