dependencies for hpc watcher
diff --git a/Dockerfile b/Dockerfile
index dafc5d9..45de0df 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -24,6 +24,7 @@
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y python-dev
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libyaml-dev
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y pkg-config
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -y python-pycurl
RUN pip install django==1.7
RUN pip install djangorestframework==2.4.4
@@ -44,6 +45,7 @@
RUN pip install django-encrypted-fields
RUN pip install python-keyczar
RUN pip install pygraphviz
+RUN pip install dnslib
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y python-keystoneclient
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y python-novaclient