FROM python
VOLUME /workspace
RUN pip install --upgrade pip
RUN pip install Lektor
WORKDIR /workspace
ENTRYPOINT [ "lektor" ]
CMD [ "build" ]