Add fonts-noto-cjk for shrug support

This commit is contained in:
TheSpad 2023-05-18 12:03:13 +01:00
parent 4ac5cd61d6
commit 3dd01019fd
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
4 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,7 @@ RUN \
apt-get install -y /tmp/webcord.deb && \
apt-get install -y --no-install-recommends \
chromium \
fonts-noto-cjk \
fonts-noto-color-emoji && \
echo "**** openbox tweaks ****" && \
sed -i 's|</applications>| <application title="*WebCord*" type="normal">\n <maximized>yes</maximized>\n </application>\n</applications>|' /etc/xdg/openbox/rc.xml && \

View File

@ -24,6 +24,7 @@ RUN \
apt-get install -y /tmp/webcord.deb && \
apt-get install -y --no-install-recommends \
chromium \
fonts-noto-cjk \
fonts-noto-color-emoji && \
echo "**** openbox tweaks ****" && \
sed -i 's|</applications>| <application title="*WebCord*" type="normal">\n <maximized>yes</maximized>\n </application>\n</applications>|' /etc/xdg/openbox/rc.xml && \

View File

@ -265,6 +265,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **18.05.23:** - Add fonts-noto-cjk for ¯ (ツ)_/¯ support.
* **12.05.23:** - Add fonts-noto-color-emoji for better emoji support.
* **09.05.23:** - Bundle Chromium to provide browser for opening links, etc.
* **21.04.23:** - Initial release.

View File

@ -75,6 +75,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "18.05.23:", desc: "Add fonts-noto-cjk for ¯\_(ツ)_/¯ support." }
- { date: "12.05.23:", desc: "Add fonts-noto-color-emoji for better emoji support." }
- { date: "09.05.23:", desc: "Bundle Chromium to provide browser for opening links, etc." }
- { date: "21.04.23:", desc: "Initial release." }