mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
6 lines
193 B
Docker
6 lines
193 B
Docker
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"
|