Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gowerc committed Nov 8, 2024
1 parent 58b9620 commit a23e61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ADD DESCRIPTION /
RUN Rscript /install_packages.R


RUN wget --no-check-certificate "https://yihui.org/tinytex/install-bin-unix.sh" | sh
RUN wget --no-check-certificate "https://yihui.org/tinytex/install-bin-unix.sh" | sh && \
ln -s ~/.TinyTeX/bin/*/tlmgr /usr/local/bin && \
~/.TinyTeX/bin/*/tlmgr install makeindex && \
ln -s ~/.TinyTeX/bin/*/makeindex /usr/local/bin

0 comments on commit a23e61d

Please sign in to comment.