-
-
Notifications
You must be signed in to change notification settings - Fork 873
Install xdebug through PIE #876
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
base: main
Are you sure you want to change the base?
Conversation
And take a leap in the future
7-zete-7
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a good step forward for me!
| COPY --from=ghcr.io/php/pie:bin /pie /usr/bin/pie | ||
| COPY --from=composer /usr/bin/composer /usr/bin/composer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| COPY --from=ghcr.io/php/pie:bin /pie /usr/bin/pie | |
| COPY --from=composer /usr/bin/composer /usr/bin/composer | |
| COPY --link --from=ghcr.io/php/pie:bin /pie /usr/bin/pie | |
| COPY --link --from=composer /usr/bin/composer /usr/bin/composer |
| && rm -rf /var/lib/apt/lists/* | ||
|
|
||
| COPY --from=ghcr.io/php/pie:bin /pie /usr/bin/pie | ||
| COPY --from=composer /usr/bin/composer /usr/bin/composer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not composer/composer:latest-bin? See https://getcomposer.org/doc/00-intro.md#docker-image
|
Hi @rvanlaak! Do you think it makes sense to add PIE to the FrankenPHP image? |
|
Wouldn't it better to improve |
|
@dunglas good point, never thought of it like that. In short; yes! |
And take a leap in the future 🚀 It's a lot faster as through
install-php-extensions.XDebug 3.5 with PHP 8.5 support just was released, and mentions using PIE as a recommended method: https://github.com/xdebug/xdebug/releases/tag/3.5.0
Other extension I'm successfully installing for dev / production, by defining them in
composer.jsoncurrently isext-zend-opcache.