From ffe261b8235d57443e81377bca81a32861a3f684 Mon Sep 17 00:00:00 2001 From: Myve Date: Sun, 1 Sep 2024 12:23:03 +0000 Subject: [PATCH] Add rsync package for roundcube updater --- build/Dockerfile.alpine | 2 +- build/Dockerfile.ubuntu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile.alpine b/build/Dockerfile.alpine index 67ee602..93a6884 100644 --- a/build/Dockerfile.alpine +++ b/build/Dockerfile.alpine @@ -24,7 +24,7 @@ RUN printf '%s\n' 'https://dl-cdn.alpinelinux.org/alpine/latest-stable/main/' \ && apk update \ && apk upgrade \ && apk add --no-cache \ - bash bash-completion ncurses at \ + bash bash-completion ncurses at rsync \ nginx \ mariadb mariadb-client \ ca-certificates acl \ diff --git a/build/Dockerfile.ubuntu b/build/Dockerfile.ubuntu index d9a5574..911c027 100644 --- a/build/Dockerfile.ubuntu +++ b/build/Dockerfile.ubuntu @@ -25,7 +25,7 @@ RUN apt remove -y nano* exim*; \ && apt dist-upgrade -y \ && bash -c "echo \"postfix postfix/main_mailer_type string 'Internet Site'\" | debconf-set-selections" \ && apt install -y \ - busybox-syslogd \ + busybox-syslogd rsync \ ca-certificates \ git wget bind9-host acl dbconfig-no-thanks at \ nginx \