diff --git a/ubuntu-16.04/Dockerfile b/ubuntu-16.04/Dockerfile index 3de378b..48d44cf 100644 --- a/ubuntu-16.04/Dockerfile +++ b/ubuntu-16.04/Dockerfile @@ -7,6 +7,8 @@ RUN apt-get update \ && apt-get update \ && apt-get install -y --no-install-recommends \ ansible \ + python-apt \ + git-core \ && apt-get clean CMD ["ansible-playbook", "--help"]