Commit Graph
9 Commits
Author SHA1 Message Date
Paolo Cuffiani 0f48458c42 #73 feat: install both Composer 1 and 2 2020-11-01 18:18:44 +01:00
Leonn Leite 99f73ecf88 add pdo_sqlsrv and sqlsrv 2020-09-24 01:46:10 -03:00
Tema Smirnov 3813e965c3 [feature] Added Composer plugin prestissimo
Prestissimo - plugin that downloads Composer packages in parallel to speed up the installation process.
Will be removed right after release of Composer 2.x (parallelism implemented)

Signed-off-by: Tema Smirnov <git.tema@smirnov.one>
2020-03-17 22:49:16 +03:00
le0mandGitHub 32141a32fc Merge pull request #67 from TemaSM/ext-sockets
 Added `sockets` extension
2020-03-17 10:00:55 +01:00
Tema Smirnov 31435904c1 Added sockets extension
`sockets` extension is required by php-amqplib (PHP client for RabbitMQ)

Signed-off-by: Tema Smirnov <git.tema@smirnov.one>
2020-03-17 05:38:03 +03:00
Tema Smirnov d2a1d3d728 Added zip & unzip (fixes Composer's warning when install/update deps)
Fixes warning: "As there is no 'unzip' command installed zip files are being unpacked using the PHP zip extension.
This may cause invalid reports of corrupted archives. Besides, any UNIX permissions (e.g. executable) defined in the archives will be lost.
Installing 'unzip' may remediate them."

Sizes (will be compressed during Docker image build):
* zip +623 kB
* unzip +580 kB

libzip is required to be installed, because PHP zip extension depends on it, but libzip already pre-installed, it handled by:
https://github.com/mlocati/docker-php-extension-installer/blob/1deeb6d6560663cc956e970fda5f87cf163e3528/install-php-extensions#L637
and
https://github.com/mlocati/docker-php-extension-installer/blob/1deeb6d6560663cc956e970fda5f87cf163e3528/install-php-extensions#L934

Signed-off-by: Tema Smirnov <git.tema@smirnov.one>
2020-03-17 05:03:31 +03:00
Marco Pfeiffer aceb2a9b26 add xsl extension 2020-01-18 15:30:59 +01:00
leo feb46f8e5c - refactor: use external script to install PHP extensions and their dependencies 2020-01-06 16:03:54 +01:00
Frédéric Barthelet 9bf3cf7c3c feat: add PHP 7.4 images 2019-12-06 12:14:49 +01:00