Closed turbo124 closed 1 year ago
alpine/5/cache_buster
Maybe you can try putting a new datetime into the file to invalid the cache and get the latest php stuff
@lwj5
builds are falling over due to mysql on arm issues i think
Error is on AMD64
The error is when composer install is completed it runs artisan package:discover as part of the composer post autoload. Not sure why artisan discover tries to connect to DB. There's no DB in the container, and it shouldn't be connecting to a DB at that stage
42.05 Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
@lwj5
I'm baffled by this error, the only workaround I can currently engineer is to disable the scripts for composer, and then perform the package discovery in the init.
There have been no significant changes to the composer.json file, and also using composer update in the build still generates the same issue. Any other thoughts?
Allows users to easily configure php from config file.