From d1852e953c2e44ccb130dce2c5111ca348c4ded7 Mon Sep 17 00:00:00 2001 From: Martin Warin Date: Wed, 4 Dec 2024 14:04:00 -0500 Subject: [PATCH] getting JHOVE from hathitrust.github.io instead of software.openpreservation.org --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fe751592..ff613202 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,7 +58,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ COPY etc/imagemagick-policy.xml /etc/ImageMagick-6/policy.xml COPY etc/jhove-auto-install.xml /tmp/jhove-auto-install.xml -RUN curl https://software.openpreservation.org/releases/jhove/1.32/jhove-xplt-installer-1.32.0.jar -o /tmp/jhove-installer.jar +RUN curl https://hathitrust.github.io/jhove/jhove-xplt-installer-latest.jar -o /tmp/jhove-installer.jar RUN java -jar /tmp/jhove-installer.jar /tmp/jhove-auto-install.xml RUN groupadd -g $GID -o $UNAME