xiaomusic/Dockerfile.base

7 lines
130 B
Docker
Raw Normal View History

2024-10-30 00:42:32 +00:00
FROM python:3.10
ENV DEBIAN_FRONTEND=noninteractive
WORKDIR /app
COPY install_dependencies.sh .
RUN bash install_dependencies.sh