CORD-1602: Fix xos-base build failure
Change-Id: If5b606f05e99e400c0493afffcb1dd9dfc2589ac
diff --git a/containers/xos/Dockerfile.base b/containers/xos/Dockerfile.base
index 9ea3553..e2dfd9b 100644
--- a/containers/xos/Dockerfile.base
+++ b/containers/xos/Dockerfile.base
@@ -44,6 +44,7 @@
# Upgrade requests from apt installed version
RUN pip install --no-deps -U -I requests==2.11.1 \
+ && pip install --no-deps -U -I pip==9.0.1 setuptools==36.0.1 \
&& pip install --no-deps -r /tmp/pip_requirements.txt \
&& pip freeze > /var/xos/pip_freeze_pip_up_`date -u +%Y%m%dT%H%M%S`
diff --git a/containers/xos/pip_requirements.txt b/containers/xos/pip_requirements.txt
index e7a9181..ab5c257 100644
--- a/containers/xos/pip_requirements.txt
+++ b/containers/xos/pip_requirements.txt
@@ -1,4 +1,5 @@
pytz==2017.2
+sphinx==1.3.1
Babel==2.3.4
Django==1.8.18
Jinja2==2.9.6
@@ -39,6 +40,7 @@
django-timezones==0.2
djangorestframework==3.3.3
dnslib==0.9.6
+docutils==0.13.1
docker-compose==1.9.0
docker-py==1.10.6
docker_pycreds==0.2.1
@@ -54,6 +56,7 @@
futurist==0.18.0
google-api-python-client==1.5.3
greenlet==0.4.10
+sphinx_rtd_theme==0.1.9
grpcio==1.0.4
grpcio-tools==1.0.4
html5lib==0.999