Skip to content

Commit

Permalink
Add debugging information to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
totallynotdavid committed Mar 12, 2024
1 parent a0035dc commit 1a9c128
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions latex/min/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ RUN apt-get update && \
rm -rf /var/lib/{apt,dpkg,cache,log}/

RUN echo "PATH=$PATH"
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"

RUN tlmgr update --self --all && \
Expand Down

0 comments on commit 1a9c128

Please sign in to comment.