ARG FROM_IMAGE_NAME FROM $FROM_IMAGE_NAME COPY requirements.txt . RUN pip install -r requirements.txt