install python3-full

This commit is contained in:
2023-06-14 22:04:35 +02:00
parent 2bedbf19ca
commit 1c8568ca58

View File

@@ -15,7 +15,7 @@ RUN npm install
COPY ./src . COPY ./src .
# Installiere Python # Installiere Python
RUN apt-get update && apt-get install -y python3 python3-pip RUN apt-get update && apt-get install -y python3-full python3-pip
# Installiere die Python-Abhängigkeiten # Installiere die Python-Abhängigkeiten
RUN pip3 install --no-cache-dir -r requirements.txt RUN pip3 install --no-cache-dir -r requirements.txt