updated texlive dir for path env variable (#719)

Co-authored-by: Omer Kareem <okareem@omerk.local>
This commit is contained in:
zefyrr 2020-04-15 04:15:10 -07:00 committed by GitHub
parent 13a6a9ae89
commit 810a5163e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \