From 790a3a4c165b3408792fd0e655f60f1eea3864f2 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 20 Sep 2022 18:07:34 +0200 Subject: [PATCH] nix/docker: add locale --- nix/docker/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/docker/default.nix b/nix/docker/default.nix index 98edeb160..6b3eb2268 100644 --- a/nix/docker/default.nix +++ b/nix/docker/default.nix @@ -38,6 +38,7 @@ let # just for manual testing within the pod, may be removef for production? curl wget netcat openldap unixtools.netstat htop gnugrep + locale ] ++ optionals isDemo [ postgresql_12 memcached uniworx.uniworx.components.exes.uniworxdb ]; runAsRoot = ''