-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Description
Lualatex uses a cache folder which is not accessible if you change the user to something else than root.
The error:
quiting: fix your writable cache path
My fix:
RUN chmod 1777 /var/lib/texmf
This changes the permissions so any user can write to the cache folder. The location of the cache folder is specified by the TEXMFCACHE environment variable. More info:
https://wiki.archlinux.org/index.php/TeX_Live#Usage
Metadata
Metadata
Assignees
Labels
No labels