(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
+1
View File
@@ -2,4 +2,5 @@ FROM python:3.14-bookworm
RUN apt-get update && \
apt-get install -y --no-install-recommends nodejs npm python3-dev \
git bash ca-certificates build-essential pkg-config && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*