From 02a1c3c1f2a184eb6facdd3c0a3b50273b770fdb Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Wed, 27 Oct 2021 20:03:47 +0200 Subject: [PATCH] chore(nix): add latex and cups to container for printed letter interface --- nix/docker/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nix/docker/default.nix b/nix/docker/default.nix index 4f7f7455d..143d36402 100644 --- a/nix/docker/default.nix +++ b/nix/docker/default.nix @@ -21,7 +21,11 @@ let contents = with final; [ uniworx.uniworx.components.exes.uniworx prev.dockerTools.binSh findutils coreutils - curl wget + 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 + ] ++ optionals isDemo [ postgresql_12 memcached uniworx.uniworx.components.exes.uniworxdb ]; runAsRoot = ''