Skip to content

Commit

Permalink
Add PERL5LIB environment variable to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
totallynotdavid committed Mar 12, 2024
1 parent 395cd31 commit c48b043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions latex/min/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ RUN echo "Debugging PATH: ${PATH}" && \
ls -la /usr/local/texlive/${TEXLIVE_VERSION}/bin/x86_64-linux/ && \
find /usr/local/texlive -name tlmgr -type f
ENV PATH="${PATH}:/usr/local/texlive/${TEXLIVE_VERSION}/bin/${TARGETARCH}-linux"
ENV PERL5LIB=/usr/local/texlive/${TEXLIVE_VERSION}/texmf-dist/scripts/texlive:/usr/local/texlive/${TEXLIVE_VERSION}/tlpkg

RUN perl /usr/local/texlive/2023/texmf-dist/scripts/texlive/tlmgr.pl update --self --all && \
perl /usr/local/texlive/2023/texmf-dist/scripts/texlive/tlmgr.pl install latexmk latexindent && \
Expand Down

0 comments on commit c48b043

Please sign in to comment.