From 1c8568ca58147c822717d68cfff9657d88ca75ef Mon Sep 17 00:00:00 2001 From: Lino Schmidt Date: Wed, 14 Jun 2023 22:04:35 +0200 Subject: [PATCH] install python3-full --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8b0fd7e..ec15d40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN npm install COPY ./src . # 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 RUN pip3 install --no-cache-dir -r requirements.txt