remove script, fix whitespace
This commit is contained in:
parent
f6aab49533
commit
707ccd961d
14
README.md
14
README.md
@ -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
|
||||
```
|
||||
|
||||
|
18
script.bat
18
script.bat
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user