mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-12 03:13:12 +01:00
fix (docker): broken docker build
This commit is contained in:
parent
f1375f27d0
commit
25da76a241
1 changed files with 1 additions and 1 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue