Commit Graph

26 Commits (bd45728615cdd091db3a34ebf736350f3578454f)

Author SHA1 Message Date
Sven Fischer 553ba55e8c docker.apache: remove imagick
cause gd is sufficient. It's either imagick or gd required.
5 years ago
Sven Fischer ef63e1325f docker.apache: update php to 7.4, composer to 1.9.1, fix gd configure flags
w.r.t gd see also https://github.com/docker-library/php/issues/912
5 years ago
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
Hinaloe 97bd6ae2b1
composer prefer-dist instead of source 5 years ago
monkeyless 1d167294f1 Add Debian "buster" compatibility 6 years ago
Shleeble 78b97d3238
Force upgrade of curl 6 years ago
Shleeble e24dac14d9
Update Dockerfile.apache 6 years ago
Shleeble fcbcc2d8fb
Upgrade to PHP 7.3 6 years ago
Shleeble 5eadd62e51
Update Dockerfile.apache 6 years ago
Shleeble a3e7bf19f9
Update Dockerfile.apache 6 years ago
Shleeble 601ac77baa
Update Dockerfile.apache 6 years ago
Shleeble 84d4134306
Update Dockerfile.apache 6 years ago
Shleeble d221ca36b7
Update Dockerfile.apache 6 years ago
Shleeble 58c740b802
Update Dockerfile.apache 6 years ago
Shleeble 7591348fe4
Update Dockerfile.apache 6 years ago
Shleeble 3e457116b1
Update Dockerfile.apache 6 years ago
Shleeble 2102b492f7
Update Dockerfile.apache 6 years ago
chris 544bec2cee build and install php-intl in Dockerfile.apache. 6 years ago
Djyp Forest Fortin b672ae4ce6
Added an env var in the Dockerfile
Regarding the start.sh file, to run Horizon, this env variable must exist !
6 years ago
M. Hamzah Khan 2b6d282e94 Configure and enable mod_remoteip, and handle X-Forwarded-Proto header. 6 years ago
hnrd 1239fd17d6 pin docker images to PHP 7.2 6 years ago
daniel 89078f399b
Merge pull request #557 from dereckson/docker-webp
Fix WebP support in Apache Docker image
6 years ago
Sébastien Santoro 89a7ac9c37 Fix WebP support in Apache Docker image
With PHP 7, WebP support is now provided by libwebp instead of libvpx.

Reference: http://php.net/manual/en/image.installation.php

Fixes #556.
6 years ago
kaiyou a5761f7ebf Drop privileges when starting artisan or horizon 6 years ago
Pierre Jaury c82d0fb389 Fix the docker build 7 years ago
Pierre Jaury 5224d7cd96 Move Dockerfiles to contrib/ 7 years ago