Switched to Gitea PyPi packages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user