Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
add float to latex packages
Browse files Browse the repository at this point in the history
  • Loading branch information
maehr committed Mar 9, 2022
1 parent aa528d0 commit 0db0b46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ RUN mkdir -p /usr/share/fonts/truetype/google-fonts
RUN find $PWD/fonts-main/ -name "*.ttf" -exec install -m644 {} /usr/share/fonts/truetype/google-fonts/ \; || return 1
RUN rm -f gf.tar.gz
RUN fc-cache -f && rm -rf /var/cache/*
RUN tlmgr update --self
RUN tlmgr install float


ADD . /src
WORKDIR /src
Expand Down

0 comments on commit 0db0b46

Please sign in to comment.