Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing korean fonts in cypress docker container #777

Closed
dev-jonghoonpark opened this issue Nov 8, 2022 · 3 comments
Closed

Missing korean fonts in cypress docker container #777

dev-jonghoonpark opened this issue Nov 8, 2022 · 3 comments

Comments

@dev-jonghoonpark
Copy link

it is simillar issue with #109

there is no korean font.
So we can't read the text.

before

We tested by adding fonts-noto-cjk in cypress/base Dockerfile.
When I did that, I confirmed that it came out normally.

before

please add fonts-noto-cjk in cypress/base Dockerfile.
(For reference, cjk means Chinese Japanese Korean.)

...
  # install Chinese fonts
  # this list was copied from https://github.com/jim3ma/docker-leanote
  fonts-arphic-bkai00mp \
  fonts-arphic-bsmi00lp \
  fonts-arphic-gbsn00lp \
  fonts-arphic-gkai00mp \
  fonts-arphic-ukai \
  fonts-arphic-uming \
  ttf-wqy-zenhei \
  ttf-wqy-microhei \
  xfonts-wqy \
  # install Korean fonts
  fonts-noto-cjk \
...

thanks

@kchojhu
Copy link

kchojhu commented Mar 9, 2023

I like to +1 on this since we do test against with Korean fonts. Then this cypress docker can be used internationally. Otherwise, we'd have to create custom images.

@jz903
Copy link

jz903 commented Apr 12, 2023

Have this issue fixed? Same in the chinese font when use the cypress/included:12.8.1 image.
image

@nagash77
Copy link
Contributor

Hello, we are unlikely to start including all possible languages that our end user could possibly use. I would recommend you all check out our Cypress Docker Factory in order to create the customized docker image that suites your needs.

@nagash77 nagash77 closed this as not planned Won't fix, can't repro, duplicate, stale Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants