From d498df20db567d4a61402ab6243eb925b2a26032 Mon Sep 17 00:00:00 2001 From: vbottu Date: Tue, 23 May 2023 15:21:08 -0500 Subject: [PATCH] Adding the missing rsync utility rsync is missing from the image in v2.21.0, adding it --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 30d3fb45e..0f0521e3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN apt update -y \ && apt install -y \ - curl python3 python3-pip sshpass \ + curl python3 python3-pip sshpass rsync \ && rm -rf /var/lib/apt/lists/* # Some tools like yamllint need this