05360171创建于 2022年3月18日历史提交
ARG FROM_IMAGE_NAME

FROM $FROM_IMAGE_NAME



COPY requirements.txt .

RUN pip3.7 install -r requirements.txt