Skip to content

Commit

Permalink
Install pgsql php ext
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Apr 21, 2024
1 parent 3a85087 commit 410cb72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ RUN pecl install xhprof

RUN docker-php-ext-enable xhprof

# PDO database drivers support
RUN apk --no-cache add postgresql-dev
RUN docker-php-ext-install \
pgsql pdo_pgsql

ARG CACHEBUST=1

# Install Composer
Expand Down

0 comments on commit 410cb72

Please sign in to comment.