nix/docker: add locale
This commit is contained in:
parent
157d2f7970
commit
790a3a4c16
@ -38,6 +38,7 @@ let
|
|||||||
# just for manual testing within the pod, may be removef for production?
|
# just for manual testing within the pod, may be removef for production?
|
||||||
curl wget netcat openldap
|
curl wget netcat openldap
|
||||||
unixtools.netstat htop gnugrep
|
unixtools.netstat htop gnugrep
|
||||||
|
locale
|
||||||
] ++ optionals isDemo [ postgresql_12 memcached uniworx.uniworx.components.exes.uniworxdb ];
|
] ++ optionals isDemo [ postgresql_12 memcached uniworx.uniworx.components.exes.uniworxdb ];
|
||||||
|
|
||||||
runAsRoot = ''
|
runAsRoot = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user