Compare commits

..

1 Commits

Author SHA1 Message Date
Supan Adit Pratama
bee635aac3 feat: change workdir 2024-09-26 23:09:41 +07:00

View File

@ -16,4 +16,6 @@ RUN wget https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
RUN tar -xvzf install-tl-unx.tar.gz RUN tar -xvzf install-tl-unx.tar.gz
RUN sh -c 'cd install-tl-* && perl ./install-tl --no-interaction --scheme=minimal --profile texlive.profile --no-doc-install --no-src-install --texdir=/usr/local/texlive' RUN sh -c 'cd install-tl-* && perl ./install-tl --no-interaction --scheme=minimal --profile texlive.profile --no-doc-install --no-src-install --texdir=/usr/local/texlive'
ENV PATH="/usr/local/texlive/bin/x86_64-linuxmusl:${PATH}" ENV PATH="/usr/local/texlive/bin/x86_64-linuxmusl:${PATH}"
WORKDIR /