From 1ac35e0bf816ccdccaf984ee5fe28b329c9cb258 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Fri, 3 Dec 2021 00:20:27 +0100 Subject: [PATCH] fix(docker): remove missing docker dependency --- nix/docker/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/docker/default.nix b/nix/docker/default.nix index 7fbcd696e..344691921 100644 --- a/nix/docker/default.nix +++ b/nix/docker/default.nix @@ -26,7 +26,6 @@ let # pandoc # just for manual testing within the pod, remove for production, since we use the library instead! 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 ]; runAsRoot = ''