Install sshpass. Required for testing on Jenkins
Change-Id: I576e16f589e4c662396fa5bb297bf8c5cc95918c
This commit is contained in:
parent
732efb51bf
commit
2ef0a7a36c
@ -8,7 +8,7 @@ ADD templates /templates
|
|||||||
ADD run.sh /run.sh
|
ADD run.sh /run.sh
|
||||||
|
|
||||||
RUN apt-get update && apt-get upgrade -y
|
RUN apt-get update && apt-get upgrade -y
|
||||||
RUN apt-get install -y python python-dev python-distribute python-pip openssh-client rsync libyaml-dev vim libffi-dev libssl-dev git
|
RUN apt-get install -y python python-dev python-distribute python-pip openssh-client rsync libyaml-dev vim libffi-dev libssl-dev git sshpass
|
||||||
RUN pip install ansible
|
RUN pip install ansible
|
||||||
|
|
||||||
RUN pip install git+https://github.com/Mirantis/solar.git
|
RUN pip install git+https://github.com/Mirantis/solar.git
|
||||||
|
@ -36,6 +36,8 @@
|
|||||||
|
|
||||||
# computable inputs lua
|
# computable inputs lua
|
||||||
- libluajit-5.1-dev
|
- libluajit-5.1-dev
|
||||||
|
# for tests on jenkins
|
||||||
|
- sshpass
|
||||||
|
|
||||||
|
|
||||||
# PIP
|
# PIP
|
||||||
|
Loading…
Reference in New Issue
Block a user