FROM codemodder/pixee-cli:0.8.5
COPY . /pixee/gitlab
WORKDIR /pixee/gitlab
RUN pip install -r requirements.txt
