FROM python:3.8

ARG GITLAB_PIP_TOKEN

COPY ./requirements.txt /requirements.txt
RUN pip install -r requirements.txt