test: add gitea pypi index url
All checks were successful
Docker Build (PR) / Build Docker image (pull_request) Successful in 2m3s
All checks were successful
Docker Build (PR) / Build Docker image (pull_request) Successful in 2m3s
This commit is contained in:
@@ -12,7 +12,9 @@ WORKDIR /app
|
||||
# Install only runtime dependencies needed for bibapi and requests
|
||||
# This avoids installing Playwright browsers which are huge
|
||||
COPY requirements.txt ./
|
||||
RUN pip install --no-cache-dir -r requirements.txt && \
|
||||
RUN pip install --no-cache-dir \
|
||||
--extra-index-url https://git.theprivateserver.de/api/packages/PHB/pypi/simple/ \
|
||||
-r requirements.txt && \
|
||||
# Clean up pip cache
|
||||
rm -rf /root/.cache/pip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user