From 4cc21494120a627e42b783fe1a96721ca101dc75 Mon Sep 17 00:00:00 2001 From: Kevin Date: Thu, 23 Apr 2020 10:10:28 -0400 Subject: [PATCH] Add rsync tool --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9773fb0..3ba7d9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,8 @@ RUN apk update \ jq \ ca-certificates \ python \ - py2-pip && \ + py2-pip \ + rsync && \ pip install shyaml && \ rm -rf /var/cache/apk/*