fix(build_sys): install the intl PHP extension#208
Conversation
Upstream made the `intl` PHP extension a requirement[1]. Update the build script to install it. 1. In commit ccd90236dc64645f3889e4efb684493dde68c949 in LibreBooking: LibreBooking/librebooking@ccd9023
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
colisee
left a comment
There was a problem hiding this comment.
Thank you @JohnVillalovos
LGTM
|
@JohnVillalovos , I am afraid I should have checked the logs of the last develop image build before validating the change. It looks like composer install fails:
I need to understand what's wrong here. An alternative (too be considered last) is to use |
|
@JohnVillalovos , forget my stupid previous comment! |
Upstream made the
intlPHP extension a requirement[1]. Update the build script to install it.