pixelfed/contrib/docker
Sven Fischer c62978e192 docker: install mysqldump for backup
This commit installs mysqldump via the package mariadb-client to make
use of `php artisan backup:run`. Without that package the command fails
with the following error:

```
$ docker-compose exec app php artisan backup:run
Starting backup...
Dumping database pixelfed...
Backup failed because The dump process failed with exitcode 127 : Command not found : sh: 1: mysqldump: not found
```
2019-11-01 22:48:20 +01:00
..
Dockerfile.apache docker: install mysqldump for backup 2019-11-01 22:48:20 +01:00
Dockerfile.fpm docker: install mysqldump for backup 2019-11-01 22:48:20 +01:00
php.ini Increase peak memory 2019-08-09 05:39:27 +02:00
start.sh Update start.sh 2019-04-24 21:59:13 +08:00