add japanese characters support.

This commit is contained in:
Miroslav Šedivý 2021-11-04 20:12:14 +01:00
parent 2a37c89ce5
commit 4d4485ab6d
3 changed files with 7 additions and 0 deletions

View File

@ -71,6 +71,9 @@ RUN set -eux; apt-get update; \
apt-get install -y --no-install-recommends libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-pulseaudio; \
#
# fonts
apt-get install -y --no-install-recommends fonts-takao-mincho; \
#
# create a non-root user
groupadd --gid $USER_GID $USERNAME; \
useradd --uid $USER_UID --gid $USERNAME --shell /bin/bash --create-home $USERNAME; \

View File

@ -76,6 +76,9 @@ RUN set -eux; apt-get update; \
apt-get install -y --no-install-recommends libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
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; \
#
# create a non-root user
groupadd --gid $USER_GID $USERNAME; \
useradd --uid $USER_UID --gid $USERNAME --shell /bin/bash --create-home $USERNAME; \

View File

@ -4,6 +4,7 @@
### Misc
- ARM-based images not bound to Raspberry Pi only.
- Add japanese characters support.
## [n.eko v2.4](https://github.com/m1k1o/neko/releases/tag/v2.4)