heartwood every commit a ring

Add libstdc++ and libgcc for bun on Alpine

02a906db by Isaac Bythewood · 1 month ago

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>
modified Dockerfile
@@ -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