mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
5870f4ce0a
[CE/SP] Hotfix 3.2.2 GitOrigin-RevId: a2170072687cd74925d315f088c8614967b5025a
5 lines
193 B
Docker
5 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"
|