From 9255612458a32693437060aca33f4d0b9bb4d10b Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Tue, 9 Jan 2024 14:56:25 +1300 Subject: [PATCH] Added in rsync --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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' \