summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh6042026-02-14 14:48:40 -0500
committerkj_sh6042026-02-14 14:48:40 -0500
commit73e6d11bd1cecd205b03b416633d742862a159a5 (patch)
treec3103aead2fb135f55637657091e974ea7876dca
parent77b70110791b7ea01b8889ccee3bda4c4adaf868 (diff)
refactor: add commented-out fonts for optional build
-rw-r--r--Dockerfile142
1 files changed, 142 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 2e6a62d..9d51f4a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,6 +18,148 @@ RUN apt-get update && \
18 python3-venv \ 18 python3-venv \
19 libreoffice \ 19 libreoffice \
20 poppler-utils \ 20 poppler-utils \
21 # fonts-liberation2 \
22 # fonts-dejavu \
23 # fonts-dejavu-extra \
24 # fonts-noto \
25 # fonts-noto-color-emoji \
26 # fonts-noto-core \
27 # fonts-noto-extra \
28 # fonts-noto-ui-core \
29 # fonts-noto-ui-extra \
30 # fonts-noto-cjk \
31 # fonts-noto-cjk-extra \
32 # fonts-noto-hinted \
33 # fonts-noto-unhinted \
34 # fonts-freefont-ttf \
35 # fonts-urw-base35 \
36 # fonts-font-awesome \
37 # fonts-powerline \
38 # ttf-mscorefonts-installer \
39 # fonts-cascadia-code \
40 # fonts-firacode \
41 # fonts-roboto \
42 # fonts-roboto-slab \
43 # fonts-ubuntu \
44 # fonts-hack \
45 # fonts-lato \
46 # fonts-open-sans \
47 # fonts-inconsolata \
48 # fonts-droid-fallback \
49 # fonts-symbola \
50 # fonts-ancient-scripts \
51 # fonts-indic \
52 # fonts-beng \
53 # fonts-deva \
54 # fonts-gargi \
55 # fonts-gubbi \
56 # fonts-gujr \
57 # fonts-guru \
58 # fonts-kalapi \
59 # fonts-knda \
60 # fonts-lohit-beng-assamese \
61 # fonts-lohit-beng-bengali \
62 # fonts-lohit-deva \
63 # fonts-lohit-gujr \
64 # fonts-lohit-guru \
65 # fonts-lohit-knda \
66 # fonts-lohit-mlym \
67 # fonts-lohit-orya \
68 # fonts-lohit-taml \
69 # fonts-lohit-taml-classical \
70 # fonts-lohit-telu \
71 # fonts-mlym \
72 # fonts-navilu \
73 # fonts-orya \
74 # fonts-pagul \
75 # fonts-sahadeva \
76 # fonts-samyak-deva \
77 # fonts-samyak-gujr \
78 # fonts-samyak-mlym \
79 # fonts-samyak-taml \
80 # fonts-sarai \
81 # fonts-smc \
82 # fonts-taml \
83 # fonts-telu \
84 # fonts-tlwg-garuda \
85 # fonts-tlwg-kinnari \
86 # fonts-tlwg-loma \
87 # fonts-tlwg-mono \
88 # fonts-tlwg-norasi \
89 # fonts-tlwg-purisa \
90 # fonts-tlwg-sawasdee \
91 # fonts-tlwg-typewriter \
92 # fonts-tlwg-typist \
93 # fonts-tlwg-typo \
94 # fonts-tlwg-umpush \
95 # fonts-tlwg-waree \
96 # fonts-arphic-ukai \
97 # fonts-arphic-uming \
98 # fonts-wqy-microhei \
99 # fonts-wqy-zenhei \
100 # fonts-ipafont \
101 # fonts-ipafont-gothic \
102 # fonts-ipafont-mincho \
103 # fonts-ipaexfont \
104 # fonts-ipaexfont-gothic \
105 # fonts-ipaexfont-mincho \
106 # fonts-takao \
107 # fonts-takao-gothic \
108 # fonts-takao-mincho \
109 # fonts-vlgothic \
110 # fonts-hanazono \
111 # fonts-khmeros \
112 # fonts-lao \
113 # fonts-sil-abyssinica \
114 # fonts-sil-ezra \
115 # fonts-sil-padauk \
116 # fonts-sil-scheherazade \
117 # fonts-thai-tlwg \
118 # fonts-lklug-sinhala \
119 # fonts-kacst \
120 # fonts-kacst-one \
121 # fonts-farsiweb \
122 # fonts-smc-anjalioldlipi \
123 # fonts-smc-chilanka \
124 # fonts-smc-dyuthi \
125 # fonts-smc-karumbi \
126 # fonts-smc-keraleeyam \
127 # fonts-smc-manjari \
128 # fonts-smc-meera \
129 # fonts-smc-rachana \
130 # fonts-smc-raghumalayalamsans \
131 # fonts-smc-suruma \
132 # fonts-smc-uroob \
133 # fonts-yrsa-rasa \
134 # fonts-cantarell \
135 # fonts-comfortaa \
136 # fonts-croscore \
137 # fonts-ebgaramond \
138 # fonts-fantasque-sans \
139 # fonts-junicode \
140 # fonts-lyx \
141 # fonts-mathjax \
142 # fonts-nanum \
143 # fonts-nanum-coding \
144 # fonts-nanum-extra \
145 # fonts-opensymbol \
146 # fonts-quicksand \
147 # fonts-sil-gentium \
148 # fonts-sil-gentiumplus \
149 # fonts-stix \
150 # fonts-texgyre \
151 # fonts-terminus \
152 # fonts-dejavu-mono \
153 # fonts-linuxlibertine \
154 # fonts-arkpandora \
155 # fonts-beteckna \
156 # fonts-gfs-artemisia \
157 # fonts-gfs-complutum \
158 # fonts-gfs-didot \
159 # fonts-gfs-neohellenic \
160 # fonts-gfs-olga \
161 # fonts-gfs-solomos \
162 # fonts-gfs-theokritos \
21 fonts-liberation \ 163 fonts-liberation \
22 fonts-dejavu-core && \ 164 fonts-dejavu-core && \
23 apt-get clean && \ 165 apt-get clean && \