fix(build): reduce container size by removing LaTeX, Pandoc

This commit is contained in:
Steffen Jost 2021-11-18 14:38:02 +01:00
parent a1e942f6bd
commit d5a2dd07fc

View File

@ -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 ];