From 1bf3eadbdc7b71623043e8d24569168f613f681b Mon Sep 17 00:00:00 2001 From: Stephen Gaito Date: Mon, 25 Nov 2019 16:10:34 +0000 Subject: [PATCH] added image creation to doItAll --- buildScripts/doItAll | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildScripts/doItAll b/buildScripts/doItAll index f40d328..aee2d2f 100755 --- a/buildScripts/doItAll +++ b/buildScripts/doItAll @@ -25,3 +25,6 @@ export UNATTENDED=--assume-yes ./buildScripts/installPdf2htmlEX || { echo 'installPdf2htmlEX FAILED' ; exit 1 ; } +./buildScripts/createAppImage || { echo 'createAppImage FAILED' ; exit 1 ; } + +./buildScripts/createDockerImage || { echo 'createDockerImage FAILED' ; exit 1 ; }