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