Commit Graph

34 Commits

Author SHA1 Message Date
c2c86d72af laravel-horizon update memcached version 2021-03-16 23:35:47 +08:00
925e02bc7b fix(cassandra extension): get installed cassandra for horizon and worker images
Setup the installation on laravel-horizon and php-worker images.

Closes #2876
2021-03-14 16:22:02 +02:00
67cc72da62 fix(IMAGEMAGICK extension): implement building extension for PHP 8.0 from source
We need to build imagemagick extension from sources due the latest version, that supports PHP 8.0 has not been released to PECL.

Closes #2861
2021-03-12 03:40:38 +02:00
d094cae2fb Added PHP 8 to libzip exclusion conditions 2021-01-05 17:47:32 -08:00
0adbdaab19 Merge pull request #2771 from frenkiherlambang/fix-gd-unrecognized-options-on-php7.4
fix unrecognized options GD config on php 7.4
2020-12-17 16:33:01 +08:00
351d24dcf6 fix unrecognized options GD config on php 7.4 2020-11-16 01:31:28 +07:00
67dde45d24 Add BBC Audio Waveform Image Generator 2020-10-10 22:39:43 +08:00
2467717f17 Fix GD "Unable to init from given binary data" 2020-09-28 09:36:54 +08:00
a85e9c4507 Horizon support ImageMagick
fix #2296
2020-05-21 09:09:38 +08:00
33828f81bf Merge pull request #2516 from laradock/php-gd-ext
php worker horizon support gd ext.
2020-02-24 17:32:52 +08:00
18ca604537 php worker horizon support gd ext. 2020-02-24 13:53:54 +08:00
51ff09c187 horizon zip ext. 2020-02-24 13:31:52 +08:00
53d13f23f7 horizon gmp ext 2020-02-12 18:23:22 +08:00
f8b7404263 php ext bz2 (#2500)
* php ext bz2
* fix typo
* fix php-fpm bz2 ext
* fix horizon bz2 ext
2020-02-11 23:56:58 +08:00
b2ae5f6d44 Arrange (#2499)
* unify php verson variable
* CASSANDRA move together
* unify all php base container
2020-02-11 18:41:19 +08:00
0a253a3d7e Alpine commands used 2020-02-04 20:33:41 +01:00
72d11e4485 fix indentations 2020-02-04 17:00:01 +01:00
82a4b1db60 Add code to install YAML extension 2020-02-04 16:57:14 +01:00
84b5c5aaa0 Update config
Add user created during docker installation
2020-01-14 16:10:42 +01:00
3f6b779254 Merge branch 'master' into master 2020-01-14 16:09:18 +01:00
4fbe5c03b9 Update Dockerfile
Add non-root user for ffmpeg installation
2020-01-14 16:06:25 +01:00
964494255d fix oniguruma require
#2407
#2408
2019-12-21 22:16:24 +08:00
b6204e5933 pref: add change source flag 2019-12-05 11:16:32 +08:00
c11c1fd69d Add ffmpeg directive to Dockerfile 2019-12-04 11:38:36 +00:00
402ea8747a Install MongoDB drivers 2019-11-01 14:35:23 -03:00
25f883fc99 laravel-horizon: fix memcached (#2316)
Fix #2278
2019-10-07 16:19:19 +08:00
5dbd46f9ff Update comment 2019-09-16 15:00:44 +02:00
df15420be0 Install PHPREDIS into Laravel-Horizon docker image 2019-09-16 14:58:38 +02:00
8254c34647 Fix:Issue #2038 Install mongodb php extension (#2167)
* Fix:Issue #2038 Install mongodb php extension
- Make sure `INSTALL_MONGO` flag is `true`
- Run pecl install mongodb and enable the extentions in `laravel-horizon`
  and `php-worker` images
- Remember to rebuild images
* INSTALL flag default set false
2019-07-30 12:54:56 +08:00
2e928a4928 laravel-horizon: Install 'sockets' without install 'AMQP` (#2211)
* Add LARAVEL_HORIZON_INSTALL_SOCKETS variable. Issue #2209
* Get LARAVEL_HORIZON_INSTALL_SOCKETS from .env. Issue #2209
* Get INSTALL_SOCKETS variable and install 'sockets' ext. Issue #2209
2019-07-30 12:48:24 +08:00
1602ff2dd0 Implement Cassandra DB & PHP Extension (#2214)
* Implementing Cassandra DB & PHP Extension
* Update documentation for Cassandra
* Added Cassandra for testing CI
2019-07-25 16:18:33 +08:00
69aa0b2b6a fix:laravel-horizon (#2181) 2019-07-22 22:29:37 +08:00
2dd64aef55 Update Dockerfile (#2147)
Solve issue https://github.com/laradock/laradock/issues/2146
2019-05-29 08:53:13 +08:00
22032974c9 laravel-horizon (#1854) 2018-11-23 20:47:26 +08:00