1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-04-02 11:05:08 +08:00
Files
xiaomusic/Dockerfile.base
2024-10-30 08:42:32 +08:00

7 lines
130 B
Docker

FROM python:3.10
ENV DEBIAN_FRONTEND=noninteractive
WORKDIR /app
COPY install_dependencies.sh .
RUN bash install_dependencies.sh