FROM python

RUN pip install lxml

# for my convenience
RUN apt-get update
RUN apt-get install -y vim