edbizarro / gitlab-ci-pipeline-php

:coffee: Docker images for test PHP applications with Gitlab CI (or any other CI platform!)
https://hub.docker.com/r/edbizarro/gitlab-ci-pipeline-php
MIT License
529 stars 167 forks source link

decimal extension #82

Open MartinP7r opened 4 years ago

MartinP7r commented 4 years ago

Somehow I don't seem to get the PHP Decimal extension working with 7.3-fpm
https://php-decimal.io/#installation

I've looked through some extension-related issues, and this one seems close https://github.com/edbizarro/gitlab-ci-pipeline-php/issues/47 but was wondering if there's an easier way to install the extension on-the-fly?