Fix dockerfileUnverified
1756815 parent: cf462e3 modified
Dockerfile +1 -1 | @@ -11,7 +11,7 @@ RUN npm ci | ||
| 11 | 11 | |
| 12 | 12 | COPY . . |
| 13 | 13 | RUN npx tailwindcss -i ./static/input.css -o ./static/output.css --minify \ |
| 14 | - && CGO_ENABLED=1 go build -ldflags="-s -w" -o /glean . | |
| 14 | + && CGO_ENABLED=1 go build -tags fts5 -ldflags="-s -w" -o /glean . | |
| 15 | 15 | |
| 16 | 16 | FROM alpine:3.21 |
| 17 | 17 | |
| @@ -11,7 +11,7 @@ RUN npm ci | |||
| 11 | 11 | ||
| 12 | COPY . . | 12 | COPY . . |
| 13 | RUN npx tailwindcss -i ./static/input.css -o ./static/output.css --minify \ | 13 | RUN npx tailwindcss -i ./static/input.css -o ./static/output.css --minify \ |
| 14 | - && CGO_ENABLED=1 go build -ldflags="-s -w" -o /glean . | 14 | + && CGO_ENABLED=1 go build -tags fts5 -ldflags="-s -w" -o /glean . |
| 15 | 15 | ||
| 16 | FROM alpine:3.21 | 16 | FROM alpine:3.21 |
| 17 | 17 | ||