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

17 lines
310 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 Container 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)" -o -x "$(which podman)" ]; then
./buildScripts/createContainerAlpineImageFromTarFile
2020-06-12 13:53:44 +00:00
fi