mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-04 18:58:39 +00:00
Update texcmp (#1297)
* Update texcmp I found that the existing docker rules for texcmp did not make a working installation of LaTeX; in particular, it was missing a lot of the recently added packages. I updated to Ubuntu 17.10 and tweaked the package listings until things compiled again. Now I can run texcmp again. * texlive-font-utils not necessary
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM ubuntu:17.04
|
||||
FROM ubuntu:17.10
|
||||
|
||||
MAINTAINER Martin von Gagern <gagern@ma.tum.de>
|
||||
|
||||
@@ -11,13 +11,14 @@ RUN sed -i 's/^\(deb.*updates\)/#\1/' /etc/apt/sources.list \
|
||||
&& DEBIAN_FRONTEND=noninteractive \
|
||||
apt-get install -qy --no-install-recommends \
|
||||
ca-certificates \
|
||||
etoolbox \
|
||||
ghostscript \
|
||||
imagemagick \
|
||||
nodejs \
|
||||
npm \
|
||||
texlive-generic-recommended \
|
||||
texlive-fonts-recommended \
|
||||
texlive-latex-base \
|
||||
texlive-latex-extra \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& chmod +x /usr/bin/dumb-init
|
||||
|
Reference in New Issue
Block a user