diff --git a/Dockerfile b/Dockerfile index f77d060..f9e663f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ FROM python:3.9-slim -RUN apt-get update && apt-get install -y git && \ +RUN apt-get update && \ + apt-get install -y git \ + rsync && \ apt-get clean all && \ pip install 'ansible-core<2.17' \ 'ansible-compat==3.0.2' \