FROM python

RUN apt-get update && apt-get install -y libgcrypt20-dev

RUN pip install pygcrypt lxml

WORKDIR /cwd
