minor cleanup

This commit is contained in:
Walter Schulze 2015-06-27 12:10:12 +02:00
parent eb58bbed6d
commit 349997b828
2 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@ RUN apt-get update -q
RUN apt-get install -qy texlive-full
RUN apt-get install -qy \
gnuplot \
# python-pygments \
wget \
build-essential

View File

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