Merge pull request 'pump to' (#4) from update_dependencies into main

Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
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.