FROM python:3.8.5-buster

RUN git clone https://github.com/messwith/ersa.git && \
    cd ersa && \
    python setup.py install