Skip to content

Commit 8d9d9c5

Browse files
hyperpolymathclaude
andcommitted
fix: add sqlite-dev to container builder stage
database-mcp FFI links against libsqlite3 — Wolfi base image needs sqlite-dev package for the Zig compilation to succeed. Also: DNS configured on Cloudflare for boj-server.net: - boj-server.net -> 209.42.26.106 (VPS, proxied) - api.boj-server.net -> 209.42.26.106 (VPS, proxied) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d8453db commit 8d9d9c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

container/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
FROM cgr.dev/chainguard/wolfi-base:latest AS builder
2828

2929
# Install Zig toolchain for FFI compilation
30-
RUN apk add --no-cache build-base zig
30+
RUN apk add --no-cache build-base zig sqlite-dev
3131

3232
WORKDIR /build
3333

0 commit comments

Comments
 (0)