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.
2 parents d59c007 + 5d8c495 commit b86510fCopy full SHA for b86510f
.devcontainer/Dockerfile
@@ -6,7 +6,7 @@ USER root
6
RUN export DEBIAN_FRONTEND=noninteractive \
7
&& apt-get update \
8
&& 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 \
+ curl gnupg2 git nano make graphviz imagemagick inkscape sass unzip wget php-cli npm latexmk texlive-latex-extra tex-gyre texlive-xetex \
10
&& wget https://getcomposer.org/installer -qO /tmp/composer-setup.php \
11
&& php /tmp/composer-setup.php \
12
&& mv composer.phar /usr/local/bin/composer \
0 commit comments