Skip to content

Commit

Permalink
Set TEXMFVAR to a writable location (overleaf#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
mserranom authored May 25, 2020
1 parent e2f6f67 commit 857e562
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:

# Enables Thumbnail generation using ImageMagick
ENABLE_CONVERSIONS: 'true'

# Disables email confirmation requirement
EMAIL_CONFIRMATION_DISABLED: 'true'

Expand Down

0 comments on commit 857e562

Please sign in to comment.