Commit Graph
18 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
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
Paolo Cuffiani 7a1f44e257 #18 fix: add LDAP extension to 7.2 images 2017-12-04 16:03:30 +01:00
Paolo Cuffiani 785e5be3a7 #18 refactor: use stable channel for 7.2 images 2017-12-04 12:10:56 +01:00
Paolo Cuffiani 9322708b88 fix: fix installation issues 2017-10-19 16:48:54 +02:00
Paolo Cuffiani 08419d452b fix: use RC images 2017-10-18 09:57:44 +02:00
Paolo Cuffiani eb2f7bec2d #18 chore: add 7.2 images 2017-10-17 18:47:34 +02:00