Dockerfile (446B)
1 # convert from PDF to PNG with -flatten looks really bad on 14.04 LTS 2 FROM ubuntu:15.04 3 4 MAINTAINER Martin von Gagern <gagern@ma.tum.de> 5 6 # Disable regular updates, but keep security updates 7 RUN sed -i 's/^\(deb.*updates\)/#\1/' /etc/apt/sources.list && apt-get update 8 9 # Install all required packages, but try not to pull in TOO much 10 RUN apt-get -qy --no-install-recommends install \ 11 texlive-latex-base etoolbox imagemagick ghostscript nodejs