FROM python:alpine USER root COPY ./requirements.txt /requirements.txt RUN python3 -m pip install -r /requirements.txt WORKDIR /