Merge "Preinstall more stuff on an image"
This commit is contained in:
commit
75858724e4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user