Skip to content

Commit b86510f

Browse files
authored
Merge pull request #13639 from brlin-tw/fix-devcontainer-missing-xelatex-dependency
fix(devcontainer): Fix missing xelatex dependency
2 parents d59c007 + 5d8c495 commit b86510f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USER root
66
RUN export DEBIAN_FRONTEND=noninteractive \
77
&& apt-get update \
88
&& apt-get -y install --no-install-recommends \
9-
curl gnupg2 git nano make graphviz imagemagick inkscape sass unzip wget php-cli npm latexmk texlive-latex-extra tex-gyre \
9+
curl gnupg2 git nano make graphviz imagemagick inkscape sass unzip wget php-cli npm latexmk texlive-latex-extra tex-gyre texlive-xetex \
1010
&& wget https://getcomposer.org/installer -qO /tmp/composer-setup.php \
1111
&& php /tmp/composer-setup.php \
1212
&& mv composer.phar /usr/local/bin/composer \

0 commit comments

Comments
 (0)