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

Commit

Permalink
php8.1 extensions now same as php8.0 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored Nov 21, 2021
1 parent 6161887 commit 9b50ad8
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="apcu bcmath bz2 curl cli common fpm gd imagick intl ldap mbstring mysql opcache pgsql readline soap sqlite3 uploadprogress xdebug xhprof xml xmlrpc zip"
ENV php81_amd64=$php80_amd64
ENV php81_arm64=$php81_amd64

RUN for v in $PHP_VERSIONS; do \
Expand Down

0 comments on commit 9b50ad8

Please sign in to comment.