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

Update Dockerfile.runtime

This commit is contained in:
涵曦
2025-06-09 23:19:01 +08:00
committed by GitHub
parent 9f2dbb2457
commit b34a0fdc1e

View File

@@ -8,6 +8,7 @@ RUN apk add --no-cache bash\
libxcb \
supervisor \
vim \
libc6-compat \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app