have to quote version specification with commas, whitespace
diff --git a/containers/xos/Dockerfile b/containers/xos/Dockerfile
index eb8ab1f..d06309c 100644
--- a/containers/xos/Dockerfile
+++ b/containers/xos/Dockerfile
@@ -38,7 +38,7 @@
 
 RUN pip install \
     ca-certs-locater \
-    django>=1.8,<1.8.99 \
+    "django>=1.8,<1.8.99" \
     django-bitfield \
     django-crispy-forms \
     django-encrypted-fields \
@@ -51,7 +51,7 @@
     django-timezones \
     djangorestframework==3.3.3 \
     dnslib \
-    google-api-python-client \ 
+    google-api-python-client \
     httplib2 \
     lxml \
     markdown \
@@ -60,7 +60,7 @@
     psycopg2 \
     python-ceilometerclient \
     python-dateutil \
-    python-gflags \ 
+    python-gflags \
     python-keyczar \
     python-logstash \
     pygraphviz \
diff --git a/containers/xos/Dockerfile.devel b/containers/xos/Dockerfile.devel
index f2d225e..bec6a06 100644
--- a/containers/xos/Dockerfile.devel
+++ b/containers/xos/Dockerfile.devel
@@ -38,7 +38,7 @@
 
 RUN pip install \
     ca-certs-locater \
-    django>=1.8,<1.8.99 \
+    "django>=1.8,<1.8.99" \
     django-bitfield \
     django-crispy-forms \
     django-encrypted-fields \
@@ -51,7 +51,7 @@
     django-timezones \
     djangorestframework==3.3.3 \
     dnslib \
-    google-api-python-client \ 
+    google-api-python-client \
     httplib2 \
     lxml \
     markdown \
@@ -60,7 +60,7 @@
     psycopg2 \
     python-ceilometerclient \
     python-dateutil \
-    python-gflags \ 
+    python-gflags \
     python-keyczar \
     python-logstash \
     pygraphviz \
diff --git a/containers/xos/Dockerfile.templ b/containers/xos/Dockerfile.templ
index 8e74f19..da78613 100644
--- a/containers/xos/Dockerfile.templ
+++ b/containers/xos/Dockerfile.templ
@@ -38,7 +38,7 @@
 
 RUN pip install \
     ca-certs-locater \
-    django>=1.8,<1.8.99 \
+    "django>=1.8,<1.8.99" \
     django-bitfield \
     django-crispy-forms \
     django-encrypted-fields \
@@ -51,7 +51,7 @@
     django-timezones \
     djangorestframework==3.3.3 \
     dnslib \
-    google-api-python-client \ 
+    google-api-python-client \
     httplib2 \
     lxml \
     markdown \
@@ -60,7 +60,7 @@
     psycopg2 \
     python-ceilometerclient \
     python-dateutil \
-    python-gflags \ 
+    python-gflags \
     python-keyczar \
     python-logstash \
     pygraphviz \