Switched to Gitea PyPi packages

This commit is contained in:
2025-11-08 12:37:12 +01:00
parent 60127c46ca
commit cd26070a3b
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