Wykres commitów

36 Commity (b57e397d5e703ef2a083bf81039b1973ca4132ff)

Autor SHA1 Wiadomość Data
Sven Fischer b57e397d5e docker-apache: update Debian to Bullseye and composer to 2.1.14 2021-11-30 20:17:45 +01:00
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.
2020-12-07 23:11:54 +01:00
Strubbl 8c220b97dd
Update Dockerfile.apache 2020-11-01 21:05:39 +01:00
Strubbl ed7edb8604
Update Dockerfile.apache 2020-10-24 12:41:08 +02:00
Sven Fischer 5bc96a49e7 docker: update composer to 1.10.12 2020-09-09 18:39:29 +02:00
Sven Fischer eeb45756b9 docker: reduce layers 2020-07-21 18:22:58 +02:00
Armando Lüscher 3e5f3e3d86
Remove quotes for docker-php-ext-install commands. 2020-04-19 00:37:35 +02:00
Ashley Hull 5c65b81851 Docker changes 2020-04-11 23:48:02 +08:00
Johnny Malizia 3ba77206b5 Updated Dockerfiles to include ffmpeg 2020-02-10 23:30:45 -08:00
Dominik Strässle aede31ea65 Parallel composer install in Dockerfile and Dockerfile.fpm fix 2020-02-09 18:07:42 +01:00
Sven Fischer 553ba55e8c docker.apache: remove imagick
cause gd is sufficient. It's either imagick or gd required.
2019-12-07 11:45:38 +01:00
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
2019-12-06 18:27:29 +01:00
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
Hinaloe 97bd6ae2b1
composer prefer-dist instead of source 2019-10-12 17:33:59 +09:00
monkeyless 1d167294f1 Add Debian "buster" compatibility 2019-07-13 15:10:38 +02:00
Shleeble 78b97d3238
Force upgrade of curl 2019-04-24 22:11:50 +08:00
Shleeble e24dac14d9
Update Dockerfile.apache 2019-04-24 22:05:45 +08:00
Shleeble fcbcc2d8fb
Upgrade to PHP 7.3 2019-04-24 22:05:09 +08:00
Shleeble 5eadd62e51
Update Dockerfile.apache 2019-04-16 14:18:53 +08:00
Shleeble a3e7bf19f9
Update Dockerfile.apache 2019-04-16 13:50:56 +08:00
Shleeble 601ac77baa
Update Dockerfile.apache 2019-04-16 13:15:06 +08:00
Shleeble 84d4134306
Update Dockerfile.apache 2019-04-16 01:12:07 +08:00
Shleeble d221ca36b7
Update Dockerfile.apache 2019-04-16 00:13:49 +08:00
Shleeble 58c740b802
Update Dockerfile.apache 2019-04-15 11:08:16 +08:00
Shleeble 7591348fe4
Update Dockerfile.apache 2019-04-14 23:42:12 +08:00
Shleeble 3e457116b1
Update Dockerfile.apache 2019-04-14 23:36:58 +08:00
Shleeble 2102b492f7
Update Dockerfile.apache 2019-04-14 23:35:59 +08:00
chris 544bec2cee build and install php-intl in Dockerfile.apache. 2019-04-02 18:59:05 +02:00
Djyp Forest Fortin b672ae4ce6
Added an env var in the Dockerfile
Regarding the start.sh file, to run Horizon, this env variable must exist !
2019-03-13 23:11:17 +01:00
M. Hamzah Khan 2b6d282e94 Configure and enable mod_remoteip, and handle X-Forwarded-Proto header. 2019-01-08 15:40:49 +00:00
hnrd 1239fd17d6 pin docker images to PHP 7.2 2018-12-26 20:50:58 +01:00
daniel 89078f399b
Merge pull request #557 from dereckson/docker-webp
Fix WebP support in Apache Docker image
2018-11-25 13:54:02 -07:00
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.
2018-11-13 19:18:19 +00:00
kaiyou a5761f7ebf Drop privileges when starting artisan or horizon 2018-11-11 18:04:23 +01:00
Pierre Jaury c82d0fb389 Fix the docker build 2018-08-23 22:57:22 +02:00
Pierre Jaury 5224d7cd96 Move Dockerfiles to contrib/ 2018-08-23 22:43:47 +02:00