Skip to content

Commit b522f73

Browse files
authored
Merge pull request #13644 from brlin-tw/fix-devcontainer-xelatex-stable32
2 parents 81d805b + 67d357b commit b522f73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)