mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-05-16 14:03:44 +08:00
slim
This commit is contained in:
@@ -4,8 +4,7 @@ FROM python:3.11-alpine AS Builder
|
||||
WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
|
||||
RUN --mount=target=/root/.cache/pip,type=cache,sharing=locked \
|
||||
python3 -m pip install --upgrade pip && \
|
||||
RUN python3 -m pip install --upgrade pip && \
|
||||
pip install cython && \
|
||||
pip install --no-cache-dir -r requirements.txt && \
|
||||
rm -rf \
|
||||
|
||||
Reference in New Issue
Block a user