Install sshpass. Required for testing on Jenkins

Change-Id: I576e16f589e4c662396fa5bb297bf8c5cc95918c
This commit is contained in:
Łukasz Oleś 2016-01-05 18:43:27 +01:00
parent 732efb51bf
commit 2ef0a7a36c
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@ ADD templates /templates
ADD run.sh /run.sh
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 git+https://github.com/Mirantis/solar.git

View File

@ -36,6 +36,8 @@
# computable inputs lua
- libluajit-5.1-dev
# for tests on jenkins
- sshpass
# PIP