[backend] support postgres
This commit is contained in:
@@ -11,6 +11,7 @@ RUN install-php-extensions opcache iconv soap
|
||||
RUN install-php-extensions zip intl fileinfo
|
||||
RUN install-php-extensions pdo redis mysqli pdo_mysql
|
||||
RUN install-php-extensions gd
|
||||
RUN install-php-extensions pgsql pdo_pgsql
|
||||
|
||||
# Composer
|
||||
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer
|
||||
|
||||
Reference in New Issue
Block a user