# syntax=docker/dockerfile:1 FROM debian:12-slim WORKDIR /app COPY . /app ENV PATH="/root/.local/bin:$PATH" # 使用 Here-docs 安装软件 RUN <