1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-07 15:02:55 +08:00

fix: 尝试修复 armv7 的 ffmpeg 问题

This commit is contained in:
涵曦
2024-07-01 11:14:55 +00:00
parent 3b1684f553
commit 1809a2ab54
5 changed files with 33 additions and 22 deletions

View File

@@ -1,4 +1,5 @@
FROM python:3.10 AS builder
ENV DEBIAN_FRONTEND=noninteractive
WORKDIR /app
COPY requirements.txt .
RUN python3 -m venv .venv && .venv/bin/pip install --no-cache-dir -r requirements.txt