Skip to content

Commit d7e9e61

Browse files
committed
Dockerfile: drop sqlite from default tags
I don't use sqlite anymore, and it takes a significant portion of the Docker build time.
1 parent fdc2a0a commit d7e9e61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ FROM golang:1.12-alpine3.10 AS build-env
77
RUN apk --no-cache add build-base git
88

99
ARG GITEA_VERSION
10-
ARG TAGS="sqlite sqlite_unlock_notify"
10+
#ARG TAGS="sqlite sqlite_unlock_notify"
11+
ARG TAGS
1112
ARG VERSION
1213
ENV TAGS "bindata $TAGS"
1314

0 commit comments

Comments
 (0)