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:
Erik Demaine
2018-05-09 09:34:47 -04:00
committed by GitHub
parent 42f305304b
commit 2ee5c684ee

View File

@@ -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