Skip to content

Commit

Permalink
Add PATH to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
totallynotdavid committed Mar 12, 2024
1 parent 3954d63 commit a603105
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 @@ -77,6 +77,7 @@ RUN apt-get update && \
apt-get autoremove -y && \
rm -rf /var/lib/{apt,dpkg,cache,log}/

RUN echo "PATH=$PATH"
RUN tlmgr update --self --all && \
tlmgr install latexmk latexindent && \
tlmgr update --all && \
Expand Down

0 comments on commit a603105

Please sign in to comment.