trying make all

This commit is contained in:
Walter Schulze 2015-06-27 11:58:18 +02:00
parent 2210bd70a2
commit bbb9109276
3 changed files with 9 additions and 10 deletions

View File

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

View File

@ -62,7 +62,7 @@ uninstall:
@rmdir $(INSTALL_DIR) @rmdir $(INSTALL_DIR)
@rmdir $(MANUAL_DIR) @rmdir $(MANUAL_DIR)
docker-run: docker-build docker-run: docker-build $(DEMO_PDF) $(MANUAL_PDF) $(STY)
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) /data/build.sh
docker-build: docker-build:

View File

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