pump to #4

Merged
tebarius merged 1 commits from update_dependencies into main 2025-11-16 11:55:27 +01:00
2 changed files with 1 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN python -m pip install --upgrade pip
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt

Binary file not shown.