invoiceninja / dockerfiles

Docker files for Invoice Ninja
https://hub.docker.com/r/invoiceninja/invoiceninja
GNU General Public License v2.0
388 stars 249 forks source link

Simplified_Chinese_fonts_Support #588

Closed Kingwayer closed 1 month ago

turbo124 commented 1 month ago

thanks for this, i tried building the container, but it fails.

have you tested the build?

ERROR: failed to solve: process "/bin/sh -c set -eux;     apk add --no-cache     font-isas-misc     supervisor     mysql-client     chromium     tzdata     ttf-freefont     font-noto-cjk     glibc-i18n     ttf-dejavu" did not complete successfully: exit code: 1

build command

docker build --build-arg="INVOICENINJA_VERSION=5.9.4" alpine/5/ -t ghpr588 --progress=plain
Kingwayer commented 1 month ago

Yes, I have build it and running well from one of my VM which hosted in my PVE from my home ( I am using Cloudflare tunnel connect it from outside), I was remember last time when I ask friend to submit PR the first time is fails, He says you docker build cmd is need improve.

Kingwayer commented 1 month ago

@turbo124 Hi David, please rejected this PR merge request, I will going test adding google font support in my forked repo first.