[docker] add rsync for backups
This commit is contained in:
parent
d4c17598fb
commit
8a8d78ae66
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue