Skip to content

Commit

Permalink
add japanese characters support.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k1o committed Nov 4, 2021
1 parent 2a37c89 commit 4d4485a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .m1k1o/base/Dockerfile
Expand Up @@ -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; \
Expand Down
3 changes: 3 additions & 0 deletions .m1k1o/base/Dockerfile.arm
Expand Up @@ -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; \
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.md
Expand Up @@ -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)

Expand Down

0 comments on commit 4d4485a

Please sign in to comment.