Add `unzip` to the PHP images
damien-carcel opened this issue · 0 comments
damien-carcel commented
Q | A |
---|---|
Bug report? | no |
Feature request? | yes |
BC Break report? | no |
RFC? | no |
Affected image and tag | akeneo/php (all tags) |
Composer was recently updated during the last build of the images. When installing Akeneo PIM dependencies, it complains about unzip
not being present.
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. Installing 'unzip' may remediate them.
unzip
should be added to all tags of the akeneo/php
image.