Commit Graph

36 Commits (46b185351f058191c7f1d888173815101f4f29c6)

Author SHA1 Message Date
Sven Fischer b57e397d5e docker-apache: update Debian to Bullseye and composer to 2.1.14 3 years ago
Ondrej Brinkel 205705193d
fixes docker build
- composer package prestissimo is deprecated as composer got faster
- `composer update` should not be required as there is a `composer.lock`, actually it was the cause for breaking docker builds as an upstream package had a broken version string in it's requirerements. Using fixed package versions prevents these kinds of problems in future.
4 years ago
Strubbl 8c220b97dd
Update Dockerfile.apache 4 years ago
Strubbl ed7edb8604
Update Dockerfile.apache 4 years ago
Sven Fischer 5bc96a49e7 docker: update composer to 1.10.12 5 years ago
Sven Fischer eeb45756b9 docker: reduce layers 5 years ago
Armando Lüscher 3e5f3e3d86
Remove quotes for docker-php-ext-install commands. 5 years ago
Ashley Hull 5c65b81851 Docker changes 5 years ago
Johnny Malizia 3ba77206b5 Updated Dockerfiles to include ffmpeg 5 years ago
Dominik Strässle aede31ea65 Parallel composer install in Dockerfile and Dockerfile.fpm fix 5 years ago
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