This commit is contained in:
2026-04-23 16:47:52 +03:00
parent fe3ff17c2d
commit 37520e62f3
5 changed files with 21 additions and 8 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM node:24-bookworm-slim
RUN apt-get update && \
apt-get install -y --no-install-recommends python3 python3-pip python3-venv git ca-certificates && \
rm -rf /var/lib/apt/lists/*