From d5a2dd07fc7465a3745f48ad706f0994e5142751 Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Thu, 18 Nov 2021 14:38:02 +0100 Subject: [PATCH] fix(build): reduce container size by removing LaTeX, Pandoc --- nix/docker/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nix/docker/default.nix b/nix/docker/default.nix index 143d36402..e33531efe 100644 --- a/nix/docker/default.nix +++ b/nix/docker/default.nix @@ -22,9 +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? + # texlive.combined.scheme-medium # probably needed by pandoc library to produce PDFs? # For manual testing, maybe remove for production? - curl wget pandoc + curl wget + # pandoc + ] ++ optionals isDemo [ postgresql_12 memcached uniworx.uniworx.components.exes.uniworxdb ];