[docker] add rsync for backups

This commit is contained in:
Shish 2024-06-30 11:28:42 +01:00 committed by Shish
parent d4c17598fb
commit 8a8d78ae66

View file

@ -22,7 +22,7 @@ RUN apt update && \
php${PHP_VERSION}-gd php${PHP_VERSION}-zip php${PHP_VERSION}-xml php${PHP_VERSION}-mbstring php${PHP_VERSION}-curl \
php${PHP_VERSION}-pgsql php${PHP_VERSION}-mysql php${PHP_VERSION}-sqlite3 \
php${PHP_VERSION}-memcached \
curl imagemagick zip unzip unit unit-php && \
curl rsync imagemagick zip unzip unit unit-php && \
rm -rf /var/lib/apt/lists/*
# Install dev packages