mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
5870f4ce0a
[CE/SP] Hotfix 3.2.2 GitOrigin-RevId: a2170072687cd74925d315f088c8614967b5025a
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"
|