diff --git a/ubuntu-16.04/Dockerfile b/ubuntu-16.04/Dockerfile index 48d44cf..d3676a7 100644 --- a/ubuntu-16.04/Dockerfile +++ b/ubuntu-16.04/Dockerfile @@ -9,6 +9,7 @@ RUN apt-get update \ ansible \ python-apt \ git-core \ + openssh-client \ && apt-get clean CMD ["ansible-playbook", "--help"]