mirror of
https://github.com/linuxserver/docker-webcord.git
synced 2026-02-15 00:48:07 +08:00
Add fonts-noto-cjk for shrug support
This commit is contained in:
parent
4ac5cd61d6
commit
3dd01019fd
@ -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 && \
|
||||
|
||||
@ -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 && \
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user