FROM stimela/sourcery
MAINTAINER <sphemakh@gmail.com>

RUN mkdir -p /input /output

ENV TERM xterm

ADD src /code

CMD python /code/run.py
