Skip to content

Commit

Permalink
Add swiftclient
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiu Yu committed May 14, 2015
1 parent a39c634 commit b50c7ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
@@ -1,7 +1,8 @@
FROM unicell/dind-go:1.3
MAINTAINER Qiu Yu <unicell@gmail.com>

RUN apt-get update -qqy
RUN apt-get install -y python-dev python-pip python-virtualenv
RUN apt-get install -y libffi-dev libxml2-dev libxslt1-dev libmysqlclient-dev libpq-dev
RUN pip install MySQL-python
RUN pip install python-keystoneclient python-novaclient python-glanceclient python-neutronclient
RUN pip install python-keystoneclient python-novaclient python-glanceclient python-neutronclient python-swiftclient

0 comments on commit b50c7ed

Please sign in to comment.