From a250800247e21252ad5ac8fd1198e4463cc6bd66 Mon Sep 17 00:00:00 2001 From: Further <55025025+ifurther@users.noreply.github.com> Date: Sat, 4 Sep 2021 04:02:53 +0800 Subject: [PATCH] docker image: install rsync (#7461) --- scripts/setup-ubuntu.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 586f131d7..60fab9374 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -145,6 +145,9 @@ PACKAGES+=" libarchive-tools" # Needed by cavif-rs PACKAGES+=" nasm" +# Needed by dgsh +PACKAGES+=" rsync" + # Needed by packages in unstable repository. PACKAGES+=" docbook-to-man" PACKAGES+=" docbook-utils"