From 707ccd961da11ce94800e57c5f936baeb6c0fbb7 Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Sat, 28 Mar 2020 02:19:10 +0100 Subject: [PATCH] remove script, fix whitespace --- README.md | 14 +++++++------- script.bat | 18 ------------------ 2 files changed, 7 insertions(+), 25 deletions(-) delete mode 100644 script.bat diff --git a/README.md b/README.md index 51f78c4..91771e0 100644 --- a/README.md +++ b/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 ``` diff --git a/script.bat b/script.bat deleted file mode 100644 index c7f83fe..0000000 --- a/script.bat +++ /dev/null @@ -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 . -