aboutsummaryrefslogblamecommitdiffstats
path: root/texlive/Dockerfile
blob: a3743b3c5327d089998c912ac2a08fbd4a8a1fdb (plain) (tree)
1
2
3
4
5
6
7
8
9
                           





                                                                                           

                                       
FROM texlive/texlive:latest
RUN wget https://virastaran.net/wp-content/uploads/2014/01/IRFontPack-virastaran.net_.zip \
      && unzip IRFontPack-virastaran.net_.zip \
      && cd IR \
      && mkdir -p /usr/share/fonts/truetype/IR \
      && cp * /usr/share/fonts/truetype/IR/ \
      && fc-cache -fv
COPY ./docker-entry.sh /docker-entry.sh
ENTRYPOINT ["/docker-entry.sh"]