Skip to content

Commit

Permalink
getting JHOVE from hathitrust.github.io instead of software.openprese…
Browse files Browse the repository at this point in the history
…rvation.org
  • Loading branch information
mwarin committed Dec 4, 2024
1 parent f03a091 commit d1852e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1852e9

Please sign in to comment.