wodby / php

Generic PHP docker container images
MIT License
152 stars 103 forks source link

How to add `ext-uuid`? #43

Closed liverbool closed 5 years ago

liverbool commented 5 years ago

Hi, How i can add/install ext-uuid?

eg. pecl install uuid

Thanks.

csandanov commented 5 years ago

You'll have to build your own image (fork this repo or build on top), see Dockerfile to learn how we install other pecl extensions.

Is there a reason you need the pecl extension for uuid instead of using a composer project like https://github.com/ramsey/uuid?

liverbool commented 5 years ago

Yes, Could you add to be optional in your main image? Please ;)

csandanov commented 5 years ago

Added in 4.7.2