Skip to content

Commit

Permalink
Fix PHP extensions in Dockerfile
Browse files Browse the repository at this point in the history
The PHP extensions in the Dockerfile have been rearranged and php${PHP_VERSION}-mbstring has been added.
  • Loading branch information
juanariastn committed Jun 26, 2024
1 parent 7749edf commit afed938
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .docker/php-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ RUN export LANG=C.UTF-8 \
pngquant \
webp \
php${PHP_VERSION} \
php${PHP_VERSION}-imagick \
php${PHP_VERSION}-geoip \
php${PHP_VERSION}-imagick \
php${PHP_VERSION}-mbstring \
php${PHP_VERSION}-mysql \
php${PHP_VERSION}-phpdbg \
php${PHP_VERSION}-sqlite \
Expand Down

0 comments on commit afed938

Please sign in to comment.