commit | ac6314ee8197da2c0ff8566bb2d0cd900c471b9e | [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 | 6370da8654bba91a99f8987bbda0e816ad5f6016 | |
parent | 4fdf664917805b6691ed7d6717b870fb0a213916 [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