#48 - postgreSQL db

This commit is contained in:
Adrian Hopek
2022-03-03 11:28:21 +01:00
parent d825dd727f
commit 98a93cb45f
5 changed files with 34 additions and 37 deletions

View File

@@ -10,10 +10,12 @@ RUN if [ ${INSTALL_XDEBUG} = true ]; then \
;fi
RUN apk --no-cache add \
postgresql-dev \
zip \
libzip-dev \
libpng-dev \
&& docker-php-ext-install \
pdo_pgsql \
zip \
gd \
&& docker-php-ext-configure \