Skip to content

Commit c872d67

Browse files
author
Michael Vasseur
committed
Missing pdflatex
1 parent cbe9bf1 commit c872d67

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/jobs/configure-checks/setup_configure_image.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ case $distro_id in
1313
apt-get install pkg-config make bats autoconf -y
1414
apt-get install composer php php-cli php-curl php-fpm php-gd \
1515
php-intl php-json php-mbstring php-mysql php-xml php-zip \
16-
acl zip unzip mariadb-server -y ;;
16+
acl zip unzip mariadb-server python3-sphinx \
17+
python3-sphinx-rtd-theme rst2pdf fontconfig python3-yaml \
18+
latexmk texlive-latex-recommended texlive-latex-extra \
19+
tex-gyre-y ;;
1720
esac
1821

1922
# Build the configure file

0 commit comments

Comments
 (0)