invoiceninja / dockerfiles

Docker files for Invoice Ninja
https://hub.docker.com/r/invoiceninja/invoiceninja
GNU General Public License v2.0
399 stars 263 forks source link

Add two php extensions for PostgreSQL support #491

Closed solairen closed 1 year ago

solairen commented 1 year ago

Hi,

those two extensions allow running Invoice-Ninja with PostgreSQL:

in here alpine\5\Dockerfile:

RUN install-php-extensions \
    bcmath \
    exif \
    gd \
    gmp \
    mysqli \
    opcache \
    pdo_mysql \
    zip \
    pdo_pgsql \
    pgsql \
    @composer \
    && rm /usr/local/bin/install-php-extensions

This ticket is related with PostgreSQL support

turbo124 commented 1 year ago

@solairen are you able to PR this please?

solairen commented 1 year ago

@turbo124 yes. Today evening or tomorrow I will make PR.

solairen commented 1 year ago

@turbo124 I created a PR

turbo124 commented 1 year ago

Thanks!