以下是我正在使用的dockerfile. FROM python:3.6-slim RUN apt update RUN apt install poppler-utils -y RUN apt install git -y WORKDIR /src/ ADD ...
確定! 回上一頁