remove script, fix whitespace

This commit is contained in:
Marcel Schwarz 2020-03-28 02:19:10 +01:00
parent f6aab49533
commit 707ccd961d
2 changed files with 7 additions and 25 deletions

View File

@ -15,13 +15,13 @@
## Build Info (Image tree)
```
infraonly (base image with ubuntu:18.04)
+---> minimal
+---> basic
+---> small
+---> context
+---> gust
+---> medium
+---> tetex
+---> minimal
+---> basic
+---> small
+---> context
+---> gust
+---> medium
+---> tetex
+---> full
```

View File

@ -1,18 +0,0 @@
docker build -t icaotix/latex:infraonly -f Dockerfile.infraonly .
docker build -t icaotix/latex:minimal -f Dockerfile.minimal .
docker build -t icaotix/latex:basic -f Dockerfile.basic .
docker build -t icaotix/latex:small -f Dockerfile.small .
docker build -t icaotix/latex:context -f Dockerfile.context .
docker build -t icaotix/latex:gust -f Dockerfile.gust .
docker build -t icaotix/latex:medium -f Dockerfile.medium .
docker build -t icaotix/latex:tetex -f Dockerfile.tetex .
docker build -t icaotix/latex:full -f Dockerfile.full .