cmall changes:
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
FROM node:24-bookworm
|
||||
FROM python:3.14-bookworm
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends python3 python3-pip python3-venv python3-dev \
|
||||
apt-get install -y --no-install-recommends nodejs npm python3-dev \
|
||||
git bash ca-certificates build-essential pkg-config && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
Reference in New Issue
Block a user