1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-09-19 21:50:08 +00:00
pdf2htmlEX/buildScripts/createImagesAlpine

20 lines
283 B
Plaintext
Raw Normal View History

#!/bin/sh
2020-06-02 11:58:27 +00:00
set -ev
# This shell script creates the pdf2htmlEX AppImage and Docker Images
#################
# do the creation
2020-06-12 13:53:44 +00:00
./buildScripts/reportEnvs
2020-06-21 11:00:27 +00:00
./buildScripts/createAlpineTarFile
2020-06-12 13:53:44 +00:00
if [ -x "$(which docker)" ]; then
2020-06-21 11:00:27 +00:00
./buildScripts/createDockerAlpineImageFromTarFile
2020-06-12 13:53:44 +00:00
fi