From 9a2c3611b3c2faff4d0d5ea1b84d22d6b1737869 Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Thu, 25 Nov 2021 18:03:44 +0100 Subject: [PATCH] chore(nix): add netcat --- 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 a3128e620..7fbcd696e 100644 --- a/nix/docker/default.nix +++ b/nix/docker/default.nix @@ -24,7 +24,7 @@ let cups # needed for interface with print center # texlive.combined.scheme-medium # Causes container to be too large! However, might be needed by the pandoc library to produce PDFs, but nix ought to include the necessary parts already # 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! + curl wget netcat # 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 ];