Use pip+git to install solar and solar-agent in Dockerfile
This commit is contained in:
parent
c5b9783815
commit
ee674c56e4
@ -9,11 +9,11 @@ ADD run.sh /run.sh
|
|||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y python python-dev python-distribute python-pip \
|
RUN apt-get install -y python python-dev python-distribute python-pip \
|
||||||
libyaml-dev vim libffi-dev libssl-dev
|
libyaml-dev vim libffi-dev libssl-dev git
|
||||||
RUN pip install ansible
|
RUN pip install ansible
|
||||||
|
|
||||||
RUN pip install https://github.com/Mirantis/solar/archive/master.zip
|
RUN pip install git+https://github.com/Mirantis/solar.git
|
||||||
RUN pip install https://github.com/Mirantis/solar-agent/archive/master.zip
|
RUN pip install git+https://github.com/Mirantis/solar-agent.git
|
||||||
|
|
||||||
RUN ansible-playbook -v -i "localhost," -c local /celery.yaml --tags install
|
RUN ansible-playbook -v -i "localhost," -c local /celery.yaml --tags install
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user