Skip to content

Commit ef4c5ae

Browse files
centdixclaude
andcommitted
Add build-essential for Rust/cargo linker
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a8e0566 commit ef4c5ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sandbox-image/Dockerfile.sandbox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:bookworm-slim
22

33
# ── System packages ───────────────────────────────────────────────────────────
44
RUN apt-get update && apt-get install -y --no-install-recommends \
5-
curl ca-certificates git unzip openssh-client \
5+
curl ca-certificates git unzip openssh-client build-essential \
66
&& rm -rf /var/lib/apt/lists/*
77

88
# ── Node.js 22 ────────────────────────────────────────────────────────────────

0 commit comments

Comments
 (0)