Switched to Gitea PyPi packages

This commit is contained in:
2025-11-08 12:39:28 +01:00
parent c3dff630cd
commit 3363c0e9de
2 changed files with 3 additions and 5 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