minor edit [skip ci]

This commit is contained in:
Takashi Tamura 2022-02-05 10:40:15 +09:00
parent 192a95d63d
commit 73589e85a3
2 changed files with 5 additions and 2 deletions

View File

@ -15,7 +15,9 @@ RUN apt-get install -y git procps
# Install Tex Live
RUN apt-get update && apt-get -y upgrade \
&& apt-get -y install --no-install-recommends texlive-base texlive-latex-base \
&& apt-get -y install --no-install-recommends \
texlive-base \
texlive-latex-base \
texlive-extra-utils \
biber chktex latexmk make \
texlive-lang-chinese \

View File

@ -1,6 +1,7 @@
FROM texlive/texlive:latest
# Configure apt
# https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions
# https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions
ENV DEBIAN_FRONTEND=noninteractive
RUN apt -y install curl
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -