Merge "Preinstall more stuff on an image"

This commit is contained in:
Jenkins 2016-02-02 14:32:27 +00:00 committed by Gerrit Code Review
commit 75858724e4
2 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,8 @@
# PIP
- shell: sudo pip install httpie
- shell: sudo pip install docker-py==1.1.0
# pre install solare requirements
- shell: pip install -r https://raw.githubusercontent.com/openstack/solar/master/requirements.txt
# faster json
- shell: pip install ujson

View File

@ -19,3 +19,6 @@
# install docker compose
- shell: curl -L https://github.com/docker/compose/releases/download/1.5.1/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
- shell: chmod +x /usr/local/bin/docker-compose
# pre download riak image
- shell: docker pull solarproject/riak