fix(build): reduce container size by removing LaTeX, Pandoc
This commit is contained in:
parent
a1e942f6bd
commit
d5a2dd07fc
@ -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 ];
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user