Add rsync package for roundcube updater

This commit is contained in:
Myve 2024-09-01 12:23:03 +00:00
commit ffe261b823
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ RUN printf '%s\n' 'https://dl-cdn.alpinelinux.org/alpine/latest-stable/main/' \
&& apk update \ && apk update \
&& apk upgrade \ && apk upgrade \
&& apk add --no-cache \ && apk add --no-cache \
bash bash-completion ncurses at \ bash bash-completion ncurses at rsync \
nginx \ nginx \
mariadb mariadb-client \ mariadb mariadb-client \
ca-certificates acl \ ca-certificates acl \

View file

@ -25,7 +25,7 @@ RUN apt remove -y nano* exim*; \
&& apt dist-upgrade -y \ && apt dist-upgrade -y \
&& bash -c "echo \"postfix postfix/main_mailer_type string 'Internet Site'\" | debconf-set-selections" \ && bash -c "echo \"postfix postfix/main_mailer_type string 'Internet Site'\" | debconf-set-selections" \
&& apt install -y \ && apt install -y \
busybox-syslogd \ busybox-syslogd rsync \
ca-certificates \ ca-certificates \
git wget bind9-host acl dbconfig-no-thanks at \ git wget bind9-host acl dbconfig-no-thanks at \
nginx \ nginx \