Commit Graph
22 Commits
Author SHA1 Message Date
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
Paolo Cuffiani f5f19166b9 #24 chore: replace deprecated MAINTAINER instruction 2018-10-25 21:50:15 +02:00
Paolo Cuffiani 6ebc45540d #44 chore: hide Composer warning for commands run as super-user 2018-10-25 21:48:22 +02:00
Paolo Cuffiani dd584b2f0f fix: use default-libmysqlclient-dev and libpng-dev 2018-06-29 15:48:45 +02:00
Dante Di Domenico 1de030b6d1 feat: add exif 2018-03-29 10:39:59 +02:00
Filippo Tessarotto a05f0e6eb5 Chain commands 2018-02-27 08:42:40 +01:00
Filippo Tessarotto 66d65e47ec Path addition at the end of the list for security reason 2018-02-27 08:39:58 +01:00
Filippo Tessarotto 7144747df8 Symlink native composer home 2018-02-23 11:16:38 +01:00
Paolo Cuffiani 2e4c1ac02b Revert "Merge pull request #31 from Slamdunk/native_composer_home"
This reverts commit 9249153ed3, reversing
changes made to e2020afe17.
2018-02-23 11:04:55 +01:00
Filippo Tessarotto a681fae64c Use native composer home 2018-02-22 15:02:31 +01:00
lamasbr 2ca8a783d5 Cosmetic changes in the Dockerfile and README.md files 2017-11-13 16:23:40 -02:00
Lincoln Lamas 0dcde6e1ae Added LDAP extension 2017-11-10 16:45:03 -02:00
Marco Pfeiffer 80ecf420a6 added soap and bc math 2017-09-01 12:27:42 +02:00
Paolo CuffianiandGitHub bc2087241e Merge pull request #12 from Nemo64/opcache
added opcache to extension list in php 5.5+
2017-05-04 11:33:38 +02:00
Marco Pfeiffer 710385f29b installed opcache in php 7 2017-05-04 10:45:54 +02:00
Paolo Cuffiani 6bf0151eb9 #10 feat: install Memcached PECL extension on PHP 7.x images 2017-05-03 14:52:35 +02:00
Paolo Cuffiani 9e69cf0833 #6 feat: install ext-redis on PHP 7.x images 2017-01-12 18:55:33 +01:00
Paolo Cuffiani 8373cad789 #2 feat: add PHP 7.1 images 2017-01-12 14:14:21 +01:00