Switched to Gitea PyPi packages

This commit is contained in:
2025-11-08 11:32:18 +01:00
parent 98586f3a0e
commit d21d8f4308
2 changed files with 5 additions and 7 deletions

View File

@@ -1,8 +1,5 @@
# Builder stage
FROM python:3.12-slim AS builder
RUN apt-get update \
&& apt-get install -y --no-install-recommends git build-essential \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /install
COPY requirements.txt .
RUN pip install --prefix=/install --no-cache-dir -r requirements.txt