Merge pull request #107 from awalterschulze/master

Removed build.sh and Pygments dependency
This commit is contained in:
Matthias Vogelgesang 2015-06-29 08:05:44 +02:00
commit f15d18ed05
3 changed files with 6 additions and 11 deletions

View File

@ -5,12 +5,12 @@
FROM ubuntu:trusty
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -q \
&& apt-get install -qy \
RUN apt-get update -q
RUN apt-get install -qy texlive-full
RUN apt-get install -qy \
gnuplot \
python-pygments \
texlive-full \
wget
wget \
build-essential
ADD ./getFiraFont.sh ./getFiraFont.sh
RUN ./getFiraFont.sh

View File

@ -63,7 +63,7 @@ uninstall:
@rmdir $(MANUAL_DIR)
docker-run: docker-build
docker run --rm=true --name $(DOCKER_CONTAINER) -i -t -v `pwd`:/data $(DOCKER_IMAGE) /data/build.sh
docker run --rm=true --name $(DOCKER_CONTAINER) -i -t -v `pwd`:/data $(DOCKER_IMAGE) make
docker-build:
docker build -t $(DOCKER_IMAGE) .

View File

@ -1,5 +0,0 @@
#!/bin/sh
set -xe
xelatex mtheme.ins
xelatex -shell-escape demo.tex
xelatex -shell-escape demo.tex