Set the default locale to C.UTF-8 in 2026

This commit is contained in:
Johannes Zellner
2026-01-07 13:46:10 +01:00
parent d83712b093
commit 89baa3cabf

View File

@@ -303,6 +303,7 @@ async function createSubcontainer(app, name, cmd, options) {
const { fqdn:dashboardFqdn } = await dashboard.getLocation();
const stdEnv = [
'LANG=C.UTF-8',
'CLOUDRON=1',
'CLOUDRON_PROXY_IP=172.18.0.1',
`CLOUDRON_APP_HOSTNAME=${app.id}`,