mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Set TEXMFVAR to a writable location (#739)
This commit is contained in:
parent
669ec367d3
commit
8ef8a359e7
2 changed files with 6 additions and 1 deletions
|
@ -7,6 +7,11 @@ FROM phusion/baseimage:0.11
|
||||||
ENV baseDir .
|
ENV baseDir .
|
||||||
|
|
||||||
|
|
||||||
|
# Makes sure LuaTex cache is writable
|
||||||
|
# -----------------------------------
|
||||||
|
ENV TEXMFVAR=/var/lib/sharelatex/tmp/texmf-var
|
||||||
|
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
# --------------------
|
# --------------------
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
|
Loading…
Reference in a new issue