There was an error while loading. Please reload this page.
1 parent a8e0566 commit ef4c5aeCopy full SHA for ef4c5ae
1 file changed
sandbox-image/Dockerfile.sandbox
@@ -2,7 +2,7 @@ FROM debian:bookworm-slim
2
3
# ── System packages ───────────────────────────────────────────────────────────
4
RUN apt-get update && apt-get install -y --no-install-recommends \
5
- curl ca-certificates git unzip openssh-client \
+ curl ca-certificates git unzip openssh-client build-essential \
6
&& rm -rf /var/lib/apt/lists/*
7
8
# ── Node.js 22 ────────────────────────────────────────────────────────────────
0 commit comments