heartwood every commit a ring

the container learns to run with bun

0a64bdd4 by Isaac Bythewood · 1 month ago

the container learns to run with bun

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
modified containers/webdev/Dockerfile
@@ -78,10 +78,11 @@ RUN apt-get update && \        supervisor && \    curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && \    apt-get install -y nodejs && \    curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR=/usr/local/bin sh && \    curl -fsSL https://astral.sh/uv/install.sh | env UV_INSTALL_DIR=/usr/local/bin sh && \    mkdir -p /root/.local/share/corepack/shims && \    corepack enable && \    corepack prepare yarn@stable --activate && \    curl -fsSL https://bun.sh/install | env BUN_INSTALL=/usr/local bash && \    rm -rf /var/lib/apt/lists/*RUN printf '%s\n' \