update scripts and readme with dependencies

This commit is contained in:
Matthew Scragg 2015-11-06 22:05:02 -06:00
parent 0b1c55f6a5
commit 96b583d63b
4 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1,7 @@
FROM realms/base
# Packages
RUN apt-get update && apt-get install -y build-essential python-pip python-virtualenv python-dev zlib1g-dev libffi-dev libyaml-dev
RUN apt-get update && apt-get install -y build-essential python-pip python-virtualenv python-dev zlib1g-dev libffi-dev libyaml-dev libldap2-dev libsasl2-dev
# lxml deps
# libxml2-dev libxslt1-dev