mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-02-05 21:57:10 +01:00
Merge pull request #581 from chaseSpace/master
build: add Chinese font pkg support
This commit is contained in:
@@ -38,13 +38,16 @@ RUN mv /usr/local/etc/php/php.ini-production /usr/local/etc/php/php.ini
|
|||||||
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
|
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
|
||||||
|
|
||||||
# Install chromium
|
# Install chromium
|
||||||
|
# `ttf-dejavu` is Chinese supported fonts
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
font-isas-misc \
|
font-isas-misc \
|
||||||
supervisor \
|
supervisor \
|
||||||
mysql-client \
|
mysql-client \
|
||||||
chromium \
|
chromium \
|
||||||
ttf-freefont
|
tzdata \
|
||||||
|
ttf-freefont \
|
||||||
|
ttf-dejavu
|
||||||
|
|
||||||
RUN install-php-extensions \
|
RUN install-php-extensions \
|
||||||
bcmath \
|
bcmath \
|
||||||
|
|||||||
Reference in New Issue
Block a user