From e0f068bc9dd64cd354e4fd76a101b20eb8cffb15 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Mon, 11 Dec 2023 09:32:36 +0000 Subject: [PATCH 1/2] test --- DockerfileBase | 2 +- scripts/init.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DockerfileBase b/DockerfileBase index 7662e229..35636fc8 100644 --- a/DockerfileBase +++ b/DockerfileBase @@ -8,7 +8,6 @@ RUN apt-get update && \ apt-get install -y --no-install-recommends \ openjdk-17-jre - # Doc conversion RUN apt-get update && \ apt-get install -y --no-install-recommends \ @@ -18,6 +17,7 @@ RUN apt-get update && \ libreoffice-calc-nogui \ libreoffice-impress-nogui \ python3-uno \ + curl \ unoconv diff --git a/scripts/init.sh b/scripts/init.sh index 80a13785..613406ef 100644 --- a/scripts/init.sh +++ b/scripts/init.sh @@ -20,6 +20,7 @@ if [[ -n "$TESSERACT_LANGS" ]]; then done fi +echo "Running Stirling PDF with DOCKER_ENABLE_SECURITY=${DOCKER_ENABLE_SECURITY} and VERSION_TAG=${VERSION_TAG}" # Check for DOCKER_ENABLE_SECURITY and download the appropriate JAR if required if [ "$DOCKER_ENABLE_SECURITY" = "true" ] && [ "$VERSION_TAG" != "alpha" ]; then if [ ! -f app-security.jar ]; then From f4364a3f33aa68edb284c8d48061f53c31caf433 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Mon, 11 Dec 2023 09:33:05 +0000 Subject: [PATCH 2/2] bump --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3fb1eb0e..54c0333e 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = 'stirling.software' -version = '0.16.0' +version = '0.16.1' sourceCompatibility = '17' repositories {