mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
Merge pull request #13639 from brlin-tw/fix-devcontainer-missing-xelatex-dependency
fix(devcontainer): Fix missing xelatex dependency
This commit is contained in:
@@ -6,7 +6,7 @@ USER root
|
||||
RUN export DEBIAN_FRONTEND=noninteractive \
|
||||
&& apt-get update \
|
||||
&& apt-get -y install --no-install-recommends \
|
||||
curl gnupg2 git nano make graphviz imagemagick inkscape sass unzip wget php-cli npm latexmk texlive-latex-extra tex-gyre \
|
||||
curl gnupg2 git nano make graphviz imagemagick inkscape sass unzip wget php-cli npm latexmk texlive-latex-extra tex-gyre texlive-xetex \
|
||||
&& wget https://getcomposer.org/installer -qO /tmp/composer-setup.php \
|
||||
&& php /tmp/composer-setup.php \
|
||||
&& mv composer.phar /usr/local/bin/composer \
|
||||
|
||||
Reference in New Issue
Block a user