diff --git a/Dockerfile b/Dockerfile index 54f792e..c52253e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM node:24-slim -# node:24-slim has ~88 packages (vs 413 in bookworm). -# We only add git for diffing. curl and python3 are replaced by Node.js. + RUN apt-get update && apt-get install -y --no-install-recommends \ git \ && rm -rf /var/lib/apt/lists/*