@@ -4,6 +4,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/COPY --from=oven/bun:alpine /usr/local/bin/bun /usr/local/bin/bunRUN apk add --update --no-cache \ libstdc++ libgcc \ pango fontconfig font-noto font-jetbrains-monoWORKDIR /app
Add libstdc++ and libgcc for bun on Alpine
Add libstdc++ and libgcc for bun on Alpine Bun requires these shared libraries which aren't included in the base python:3.13-alpine image. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>