summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorMura Li <typeless@users.noreply.github.com>2018-10-23 19:47:59 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2018-10-23 19:47:59 +0800
commit25c49cf930cb0add769c5596a7317ada1c5f9da7 (patch)
treeaa416e3bf7644875738945935fbceb5b50fe0510 /Dockerfile
parent2ce72d4e00cc7d2dbf3c445eb18c252c73f605e3 (diff)
downloadgitea-25c49cf930cb0add769c5596a7317ada1c5f9da7.tar.gz
gitea-25c49cf930cb0add769c5596a7317ada1c5f9da7.zip
Update build tags for sqlite_unlock_notify (#5144)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 53ffdda5dd..a5b91074ea 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@
FROM golang:1.10-alpine3.7 AS build-env
ARG GITEA_VERSION
-ARG TAGS="sqlite"
+ARG TAGS="sqlite sqlite_unlock_notify"
ENV TAGS "bindata $TAGS"
#Build deps