w0rd-driven / docker-laravel-deployer

Docker image build for use with Laravel 5.x, including deployer
MIT License
2 stars 2 forks source link

Add missing extensions for horizon usage #7

Closed w0rd-driven closed 5 years ago

w0rd-driven commented 5 years ago

To be thorough we'll add json since it's heavily used, as well as pcntl and posix. Fortunately these seem to be simpler as https://gist.github.com/giansalex/2776a4206666d940d014792ab4700d80 is a pretty extensive list of how to install the various extensions.