Set TEXMFVAR to a writable location (#739)

This commit is contained in:
Miguel Serrano 2020-05-25 15:16:18 +02:00 committed by GitHub
parent e2f6f670ef
commit 857e5620c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -7,6 +7,11 @@ FROM phusion/baseimage:0.11
ENV baseDir .
# Makes sure LuaTex cache is writable
# -----------------------------------
ENV TEXMFVAR=/var/lib/sharelatex/tmp/texmf-var
# Install dependencies
# --------------------
RUN apt-get update \