add chinese fonts, fixes #179.
This commit is contained in:
parent
9c4404963b
commit
7d71fd2bc6
@ -82,7 +82,7 @@ RUN set -eux; \
|
||||
gstreamer1.0-vaapi ;\
|
||||
#
|
||||
# fonts
|
||||
apt-get install -y --no-install-recommends fonts-takao-mincho; \
|
||||
apt-get install -y --no-install-recommends fonts-takao-mincho fonts-wqy-zenhei; \
|
||||
#
|
||||
# create a non-root user
|
||||
groupadd --gid $USER_GID $USERNAME; \
|
||||
|
@ -77,7 +77,7 @@ RUN set -eux; apt-get update; \
|
||||
gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-pulseaudio gstreamer1.0-omx; \
|
||||
#
|
||||
# fonts
|
||||
apt-get install -y --no-install-recommends fonts-takao-mincho; \
|
||||
apt-get install -y --no-install-recommends fonts-takao-mincho fonts-wqy-zenhei; \
|
||||
#
|
||||
# create a non-root user
|
||||
groupadd --gid $USER_GID $USERNAME; \
|
||||
|
@ -21,6 +21,7 @@
|
||||
- Removed `vncviewer` image, as its functionality is replaced and extended by remmina.
|
||||
- Opus uses `useinbandfec=1` from now on, hopefully fixes minor audio loss issues.
|
||||
- Font Awesome and Sweetalert2 upgraded to newest major version.
|
||||
- Add chinese characters support.
|
||||
|
||||
## [n.eko v2.5](https://github.com/m1k1o/neko/releases/tag/v2.5)
|
||||
|
||||
|
Reference in New Issue
Block a user