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

build: 更新 runtime 镜像

This commit is contained in:
涵曦
2024-12-14 22:12:49 +08:00
parent 93c20f2f94
commit 7c4af5d548

View File

@@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y \
libtiff6 \
libopenjp2-7 \
libxcb1 \
supervisor \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app