Skip to content

Commit

Permalink
Merge pull request #24 from jruby411/add_php82_mysql_extension
Browse files Browse the repository at this point in the history
Add pdo and pdo_mysql extensions to php
  • Loading branch information
erseco authored May 23, 2024
2 parents 879ce55 + 1518c14 commit 7b8d65b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ RUN apk --no-cache add \
php82-opcache \
php82-openssl \
php82-pecl-apcu \
php82-pdo \
php82-pdo_mysql \
php82-pgsql \
php82-phar \
php82-session \
Expand Down

0 comments on commit 7b8d65b

Please sign in to comment.