CI: Add curl + cairosvg to the image (for emojis)

This commit is contained in:
TEC 2022-12-09 00:54:34 +08:00
parent f6dcd0136c
commit c3f6753c9d
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ RUN echo "\033[1;34mUpdate.\033[0m" &&\
echo "\033[1;34mInstalling Emacs\033[0m" &&\
# Emacs 28 (no-X)
apt-get install -y emacs28-nox &&\
echo "\033[1;34mInstalling cairosvg and curl (for emojis).\033[0m" &&\
apt-get install -y curl cairosvg &&\
echo "\033[1;34mInstalling TeX Live packages.\033[0m" &&\
# install TeX Live and ghostscript as well as other tools (inkscape for svg)
git clone https://github.com/tecosaur/BMC.git /usr/share/texmf/tex/latex/bmc &&\