diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
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 |