We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe9bf1 commit c872d67Copy full SHA for c872d67
.github/jobs/configure-checks/setup_configure_image.sh
@@ -13,7 +13,10 @@ case $distro_id in
13
apt-get install pkg-config make bats autoconf -y
14
apt-get install composer php php-cli php-curl php-fpm php-gd \
15
php-intl php-json php-mbstring php-mysql php-xml php-zip \
16
- acl zip unzip mariadb-server -y ;;
+ 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 ;;
20
esac
21
22
# Build the configure file
0 commit comments