Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DEVEXP-1264] Upgrade PHP 7.1 #13

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix PHP extensions in Dockerfile
The PHP extensions in the Dockerfile have been rearranged and php${PHP_VERSION}-mbstring has been added.
juanariastn committed Jun 26, 2024
commit afed938486574825b0ae61366b61518d26dc57ef
3 changes: 2 additions & 1 deletion .docker/php-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \