chore(nix): add openldap to container commandline

This commit is contained in:
Steffen Jost 2021-11-19 13:30:35 +01:00
parent 11033fdac5
commit 46c146723b

View File

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