Merge pull request #463 from turbo124/master

Additional fonts - chinese + arabic
This commit is contained in:
David Bomba
2022-10-06 12:35:27 +11:00
committed by GitHub

View File

@@ -53,6 +53,18 @@ RUN install-php-extensions \
# Install chromium
RUN set -eux; \
apk add --no-cache \
font-isas-misc \
terminus-font \
font-noto \
font-noto-thai \
font-noto-tibetan \
font-ipa \
font-sony-misc \
font-daewoo-misc \
font-noto-hebrew \
font-noto-lao \
font-arabic-misc \
font-jis-misc \
supervisor \
mysql-client \
git \