From c2f0d7f43f177e225c5fdc74bd8691c551d9324d Mon Sep 17 00:00:00 2001 From: dividbzero Date: Mon, 18 May 2026 22:11:52 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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/*