🔧 FIX: Git in Dockerfile installiert + Token-Auto-Erhaltung für /subscribe
docker-build-and-push / build (push) Successful in 1m45s
docker-build-and-push / build (push) Successful in 1m45s
This commit is contained in:
@@ -3,6 +3,9 @@ FROM python:3.12-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# Git und System-Tools installieren (ESSENTIUELL!)
|
||||
RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Abhängigkeiten installieren
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user