Skip to content

Commit

Permalink
Merge pull request #2 from convenia/main
Browse files Browse the repository at this point in the history
add mysqli extension
  • Loading branch information
jleonardolemos authored Jan 13, 2025
2 parents 6008ad9 + d391ffc commit abbc32a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ RUN IPE_GD_WITHOUTAVIF=1 install-php-extensions bcmath bz2 calendar exif gd gett
pdo_mysql sockets xsl zip \
igbinary-stable \
redis-stable \
mongodb-stable
mongodb-stable \
mysqli

RUN apk add --no-cache --update supervisor=~4.2 nginx=~1.26 nginx-mod-http-headers-more openssh-client git less curl

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,6 @@ docker run --rm easycron crond -l 2 -f
- Nginx changed to 1.26.2
- PHP version to 8.4
- expose_php directive disabled in the default php pool configuration
- added extension mysqli

For any suggestion or bug try to [open an issue on github](https://github.com/convenia/php-full-8.1-image) or [send a tweet](https://twitter.com/convenia) to us

0 comments on commit abbc32a

Please sign in to comment.