Open
Description
What happened?
Using the laravel template redis fails to start with the error "Failed to configure LOCALE for invalid locale name."
I'm running in fedora 41 and I guess I'm missing that pacakge.
A fix that worked for me was adding it to my packages. I think it might be a good idea to add it to the template too.
modified packages
"packages": {
"php81Packages.composer": "latest",
"php81Extensions.xdebug": "latest",
"php": "8.1",
"nodejs": "18",
"redis": "latest",
"mariadb": "11.4.4",
"glibcLocales": {
"version": "latest",
"platforms": ["x86_64-linux", "aarch64-linux"]
}
},
Steps to reproduce
- On Fedora 41
devbox create --template laravel
devbox services up
Command
services
devbox.json
Devbox version
0.13.4
Nix version
2.24.7
What system does this bug occur on?
Linux (x86-64)
Debug logs
No response