Commit Graph

14 Commits (b6164bed784e413ba16e655394a7e5f70a481dfb)

Author SHA1 Message Date
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
```
5 years ago
monkeyless 79b231aeb9 Update to latest the PHP7.3 version 6 years ago
Shleeble 1ee7e776a1
Update Dockerfile.fpm 6 years ago
Shleeble 15c3bed16c
Update Dockerfile.fpm 6 years ago
Shleeble a250562be8
Update Dockerfile.fpm 6 years ago
Shleeble 2aeb2357f3
Update Dockerfile.fpm 6 years ago
Shleeble a649fda5f9
Update Dockerfile.fpm 6 years ago
Shleeble 6e6a49096a
Update Dockerfile.fpm 6 years ago
Shleeble ca134b7b1b
Update Dockerfile.fpm 6 years ago
Shleeble 7f806406ba
Update Dockerfile.fpm 6 years ago
techknowlogick dda0fb438c
Speed up docker build times and decrease image size 6 years ago
hnrd 1239fd17d6 pin docker images to PHP 7.2 6 years ago
Ben Lubar 88a0b60ae4
Fix Dockerfile.fpm by replacing it with a modified copy of Dockerfile.apache. 6 years ago
Pierre Jaury 5224d7cd96 Move Dockerfiles to contrib/ 7 years ago