Add sshpass to Dockerfile for Ansbile integration tests

This commit is contained in:
Alexander Braverman
2017-06-25 15:25:31 +03:00
committed by Matt Clay
parent 363761fc16
commit 038e090bc1
10 changed files with 10 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ RUN apt-get update -y && \
rsync \
ruby \
rubygems \
sshpass \
subversion \
sudo \
tzdata \