From 5ad9804e6c0b04d7da97130905d7b2017add0a64 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 25 Nov 2021 16:34:59 +0100 Subject: [PATCH] chore(docker): add build-essentials for tcp --- nix/docker/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/docker/default.nix b/nix/docker/default.nix index 45fde74de..a3128e620 100644 --- a/nix/docker/default.nix +++ b/nix/docker/default.nix @@ -26,7 +26,7 @@ let # pandoc # just for manual testing within the pod, remove for production, since we use the library instead! curl wget # just for manual testing within the pod, remove for production! openldap # just for manual testing within the pod, remove for production! - + build-essentials ] ++ optionals isDemo [ postgresql_12 memcached uniworx.uniworx.components.exes.uniworxdb ]; runAsRoot = ''