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 = ''