chore(nix): add latex and cups to container for printed letter interface
This commit is contained in:
parent
f807b42089
commit
02a1c3c1f2
@ -21,7 +21,11 @@ let
|
|||||||
contents = with final; [
|
contents = with final; [
|
||||||
uniworx.uniworx.components.exes.uniworx
|
uniworx.uniworx.components.exes.uniworx
|
||||||
prev.dockerTools.binSh findutils coreutils
|
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 ];
|
] ++ optionals isDemo [ postgresql_12 memcached uniworx.uniworx.components.exes.uniworxdb ];
|
||||||
|
|
||||||
runAsRoot = ''
|
runAsRoot = ''
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user