diff options
author | terminaldweller <thabogre@gmail.com> | 2021-11-13 14:52:02 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-11-13 14:52:02 +0000 |
commit | a3ded15cf0be03d921170af3627b19a2bcef59ab (patch) | |
tree | 4f4fd4dcd42c445272d1ebc8c15a26597bc9e797 /texlive | |
parent | playing around with network image. (diff) | |
download | dockerimages-a3ded15cf0be03d921170af3627b19a2bcef59ab.tar.gz dockerimages-a3ded15cf0be03d921170af3627b19a2bcef59ab.zip |
build docs
Diffstat (limited to 'texlive')
-rw-r--r-- | texlive/Dockerfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/texlive/Dockerfile b/texlive/Dockerfile new file mode 100644 index 0000000..e68f980 --- /dev/null +++ b/texlive/Dockerfile @@ -0,0 +1,9 @@ +FROM texlive/texlive:latest +COPY ./feature-init/ /zharf/ +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 +RUN cd /zharf && make |