From 46c146723b1d2b96be2fdc4064c11a9b3ee28ca6 Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Fri, 19 Nov 2021 13:30:35 +0100 Subject: [PATCH] chore(nix): add openldap to container commandline --- nix/docker/default.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/nix/docker/default.nix b/nix/docker/default.nix index e33531efe..6a5e92832 100644 --- a/nix/docker/default.nix +++ b/nix/docker/default.nix @@ -22,12 +22,11 @@ let uniworx.uniworx.components.exes.uniworx prev.dockerTools.binSh findutils coreutils cups # needed for interface with print center - # texlive.combined.scheme-medium # probably needed by pandoc library to produce PDFs? - # For manual testing, maybe remove for production? - curl wget - # pandoc - - + # 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! + openldap # just for manual testing within the pod, remove for production! + ] ++ optionals isDemo [ postgresql_12 memcached uniworx.uniworx.components.exes.uniworxdb ]; runAsRoot = ''