1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-02 16:25:41 +00:00

added image creation to doItAll

This commit is contained in:
Stephen Gaito 2019-11-25 16:10:34 +00:00
parent dd3596432b
commit 1bf3eadbdc

View File

@ -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 ; }