commit | 91dfaa276a408dff84fe9e74ff5231cc155665a3 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@artisancomputer.com> | Sun May 22 20:40:10 2016 -0700 |
committer | Zack Williams <zdw@artisancomputer.com> | Sun May 22 20:40:10 2016 -0700 |
tree | b2bc32da55d4961f7a55f197e3af324b9fd62a8a | |
parent | 85b0a67e942e8f2b318f6987129671a6d278f2ce [diff] |
install requests with package manager, not pip
diff --git a/containers/xos/Dockerfile.devel b/containers/xos/Dockerfile.devel index 2b796e4..f1be312 100644 --- a/containers/xos/Dockerfile.devel +++ b/containers/xos/Dockerfile.devel
@@ -35,6 +35,7 @@ python-neutronclient \ python-glanceclient \ python-ceilometerclient + python-requests RUN pip install \ django==1.7 \ @@ -62,8 +63,7 @@ python-logstash \ pygraphviz \ pytz \ - pyyaml \ - requests + pyyaml RUN easy_install --upgrade httplib2