Skip to content

Commit 53ec727

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 f55381a commit 53ec727

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
@@ -10,7 +10,8 @@ ARG GOPROXY
1010
ENV GOPROXY ${GOPROXY:-direct}
1111

1212
ARG GITEA_VERSION
13-
ARG TAGS="sqlite sqlite_unlock_notify"
13+
#ARG TAGS="sqlite sqlite_unlock_notify"
14+
ARG TAGS
1415
ARG VERSION
1516
ENV TAGS "bindata $TAGS"
1617

0 commit comments

Comments
 (0)