mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
6 lines
193 B
Text
6 lines
193 B
Text
|
FROM sharelatex/sharelatex:3.2.1
|
||
|
|
||
|
# Fixes compilation errors in embedded compiles
|
||
|
# https://github.com/overleaf/overleaf/issues/1044
|
||
|
ENV PATH "${PATH}:/usr/local/texlive/2022/bin/x86_64-linux"
|