Update Dockerfile

This commit is contained in:
Marcel Schwarz 2021-09-20 00:31:55 +02:00 committed by GitHub
parent 008fed2191
commit e19dd4f150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,4 +18,4 @@ RUN wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz \
&& /install-tl-unx/install-tl -profile /install-tl-unx/texlive.profile \ && /install-tl-unx/install-tl -profile /install-tl-unx/texlive.profile \
&& rm -r /install-tl-unx && rm -r /install-tl-unx
ENV PATH="/usr/local/texlive/2020/bin/x86_64-linux:${PATH}" ENV PATH="/usr/local/texlive/2021/bin/x86_64-linux:${PATH}"