1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-03-15 08:13:16 +08:00

build: 尝试修复 arm 平台的容器下不能启动的问题

This commit is contained in:
涵曦
2024-10-23 14:08:29 +08:00
parent f469f63d97
commit 3d0a38cbb8
2 changed files with 25 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ FROM python:3.10-slim
RUN apt-get update && apt-get install -y \
libtiff6 \
libopenjp2-7 \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app