aboutsummaryrefslogtreecommitdiffstats
path: root/texlive/Dockerfile
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-11-13 14:52:02 +0000
committerterminaldweller <thabogre@gmail.com>2021-11-13 14:52:02 +0000
commita3ded15cf0be03d921170af3627b19a2bcef59ab (patch)
tree4f4fd4dcd42c445272d1ebc8c15a26597bc9e797 /texlive/Dockerfile
parentplaying around with network image. (diff)
downloaddockerimages-a3ded15cf0be03d921170af3627b19a2bcef59ab.tar.gz
dockerimages-a3ded15cf0be03d921170af3627b19a2bcef59ab.zip
build docs
Diffstat (limited to 'texlive/Dockerfile')
-rw-r--r--texlive/Dockerfile9
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