(new): linux image

This commit is contained in:
2026-04-23 22:21:58 +03:00
parent def025d32c
commit 0b1ba393df
7 changed files with 15 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM node:24-bookworm
RUN apt-get update && \
apt-get install -y --no-install-recommends ca-certificates curl git bash && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*