-
Notifications
You must be signed in to change notification settings - Fork 1
/
Dockerfile-21-alpine-with-libreoffice
29 lines (20 loc) · 1.26 KB
/
Dockerfile-21-alpine-with-libreoffice
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
FROM eclipse-temurin:21-alpine
#RUN apk add file imagemagick ghostscript
RUN apk add libreoffice
# https://wiki.alpinelinux.org/wiki/Fonts
# removed (not found) : font-bitstream-* font-noto-* font-ipa
# base languages
RUN apk add font-terminus font-inconsolata font-dejavu font-noto font-noto-cjk font-awesome font-noto-extra
# These selections add special support for cyrillic languages like Russian and Serbian, etc.:
RUN apk add font-vollkorn font-misc-cyrillic font-mutt-misc font-screen-cyrillic font-winitzki-cyrillic font-cronyx-cyrillic
# These selections cover special Asiatic languages like Japanese, etc.:
RUN apk add font-terminus font-noto font-noto-thai font-noto-tibetan font-ipa font-sony-misc font-jis-misc
# The following will add some partially supported Chinese fonts:
RUN apk add font-isas-misc
#others
RUN apk add font-terminus font-noto font-noto-extra font-arabic-misc
RUN apk add font-misc-cyrillic font-mutt-misc font-screen-cyrillic font-winitzki-cyrillic font-cronyx-cyrillic
RUN apk add font-noto-arabic font-noto-armenian font-noto-cherokee font-noto-devanagari font-noto-ethiopic font-noto-georgian
RUN apk add font-noto-hebrew font-noto-lao font-noto-malayalam font-noto-tamil font-noto-thaana font-noto-thai
RUN apk add graphviz
RUN fc-cache -fv