mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
updated texlive dir for path env variable (#719)
Co-authored-by: Omer Kareem <okareem@omerk.local>
This commit is contained in:
parent
27cd838c2a
commit
b690162f7c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ RUN npm install -g \
|
|||
# -f Dockerfile-base -t sharelatex/sharelatex-base .
|
||||
ARG TEXLIVE_MIRROR=http://mirror.ctan.org/systems/texlive/tlnet
|
||||
|
||||
ENV PATH "${PATH}:/usr/local/texlive/2019/bin/x86_64-linux"
|
||||
ENV PATH "${PATH}:/usr/local/texlive/2020/bin/x86_64-linux"
|
||||
|
||||
RUN mkdir /install-tl-unx \
|
||||
&& curl -sSL \
|
||||
|
|
Loading…
Reference in a new issue