Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
Update list of php8.1 packages, adds xdebug (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored Nov 11, 2021
1 parent f23d6c5 commit a57e594
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 @@ -89,7 +89,7 @@ ENV php74_arm64=$php74_amd64
ENV php80_amd64="apcu bcmath bz2 curl cli common fpm gd imagick intl ldap mbstring memcached mysql opcache pgsql readline redis soap sqlite3 uploadprogress xdebug xhprof xml xmlrpc zip"
ENV php80_arm64=$php80_amd64

ENV php81_amd64="bcmath bz2 curl cli common fpm gd intl ldap mbstring mysql opcache pgsql readline soap sqlite3 xml zip"
ENV php81_amd64="apcu bcmath bz2 curl cli common fpm gd imagick intl ldap mbstring mysql opcache pgsql readline soap sqlite3 uploadprogress xdebug xml zip"
ENV php81_arm64=$php81_amd64

RUN for v in $PHP_VERSIONS; do \
Expand Down

0 comments on commit a57e594

Please sign in to comment.