Add openldap test
Change-Id: I4c408ad88c8beb36b2db6ae3a336345421ba0143
Related-PROD: PROD-23241
diff --git a/Dockerfile b/Dockerfile
index 546cf31..29765d8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,7 @@
COPY . cvp-sanity-checks/
RUN apt-get update && \
- apt-get install -y python-pip git curl wget vim inetutils-ping && \
+ apt-get install -y python-pip git curl wget vim inetutils-ping libsasl2-dev python-dev libldap2-dev libssl-dev && \
python -m pip install --upgrade pip && \
pip install -r cvp-sanity-checks/requirements.txt && \
apt-get -y autoremove; apt-get -y clean