Skip to content

Commit

Permalink
fix (docker): broken docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-kerjean committed Jun 16, 2024
1 parent f1375f2 commit 25da76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN apt-get update > /dev/null && \
/usr/share/tinytex/bin/$(uname -m)-linux/tlmgr install capt-of && \
/usr/share/tinytex/bin/$(uname -m)-linux/tlmgr install epstopdf-pkg && \
/usr/share/tinytex/bin/$(uname -m)-linux/tlmgr install cm-super && \
ln -s /usr/share/tinytex/bin/x86_64-linux/pdflatex /usr/local/bin/pdflatex && \
ln -s /usr/share/tinytex/bin/$(uname -m)-linux/pdflatex /usr/local/bin/pdflatex && \
apt-get purge -y --auto-remove perl wget && \
# Cleanup
find /usr/share/ -name 'doc' | xargs rm -rf && \
Expand Down

0 comments on commit 25da76a

Please sign in to comment.