Add fonts-noto-color-emoji for better emoji support.

This commit is contained in:
TheSpad 2023-05-12 21:36:38 +01:00
parent a6af7df567
commit 8abbcc2147
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
4 changed files with 8 additions and 2 deletions

View File

@ -22,7 +22,9 @@ RUN \
"https://github.com/SpacingBat3/WebCord/releases/download/${WEBCORD_VERSION}/webcord_$(echo ${WEBCORD_VERSION}| cut -c2-)_amd64.deb" && \
apt-get update && \
apt-get install -y /tmp/webcord.deb && \
apt-get install -y --no-install-recommends chromium && \
apt-get install -y --no-install-recommends \
chromium \
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 && \
echo "**** application tweaks ****" && \

View File

@ -22,7 +22,9 @@ RUN \
"https://github.com/SpacingBat3/WebCord/releases/download/${WEBCORD_VERSION}/webcord_$(echo ${WEBCORD_VERSION}| cut -c2-)_arm64.deb" && \
apt-get update && \
apt-get install -y /tmp/webcord.deb && \
apt-get install -y --no-install-recommends chromium && \
apt-get install -y --no-install-recommends \
chromium \
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 && \
echo "**** application tweaks ****" && \

View File

@ -265,5 +265,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **09.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,5 +75,6 @@ app_setup_block: |
# changelog
changelogs:
- { date: "09.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." }