Update Dockerfile

This commit is contained in:
2026-05-18 22:11:52 +02:00
parent 28b4b23550
commit c2f0d7f43f

View File

@@ -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/*