Aaron Feledy
Aaron Feledy
I see this in your debug output. Sometimes build errors like this prevent later steps from working properly. You might want to get this resolved and see if that fixes...
@soniktrooth You have `cmd` indented too far. It shouldn't be nested in `env`.
Related: lando/nginx#20
This is happening when choosing SQLite during installation or is it always failing?
I was wondering if all users were seeing this error or only those trying to install Drupal on SQLite were seeing it. I was able to confirm that MySQL worked...
If Dolt does support the MYSQL_ environment variables, you might be able to do this: ``` name: chirper recipe: laravel config: webroot: public php: '8.1' services: database: overrides: image: dolthub/dolt-sql-server:latest...
Related to lando/core#345
I need some more information to help with this: - Where and how are you trying to install php8.3-dev? - I'm not sure what you're referring to when you say...
How are you doing this step? > Try to install the php8.3-dev package inside the container.
`pdo_pgsql` should already be installed in the PHP image. I still don't understand what is or is not working for you in Lando.