Update Dockerfile
This commit is contained in:
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user