Skip to content

Commit

Permalink
fix(dockerfile): add pgsql driver (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonostendorf authored Oct 24, 2023
1 parent 5310d48 commit 5f9ca93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN chown www-data:www-data -R /var/www/html
#RUN apk add --no-cache bzip2-dev curl-dev libxml2-dev enchant-2

# install php extensions
RUN docker-php-ext-install bcmath sockets pdo_mysql
RUN docker-php-ext-install bcmath sockets pdo_mysql pdo pdo_pgsql pgsql pcntl
# ctype \
# json \
# mbstring \
Expand Down

0 comments on commit 5f9ca93

Please sign in to comment.