diff --git a/Dockerfile b/Dockerfile index ac1be34..4ed23a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,8 +16,8 @@ ENV LANG="en_US.UTF-8" PATH="${PATH}:/ebook-tools" USER user -RUN curl 'https://www.mobileread.com/forums/attachment.php?attachmentid=163537' > goodreads.zip && \ - sha256sum 'goodreads.zip' | grep -q 'c44f88222017aaad0aa1a674e69f46b309198269c7f13ebd671ae942052d45a8' && \ +RUN curl 'https://www.mobileread.com/forums/attachment.php?attachmentid=168584' > goodreads.zip && \ + sha256sum 'goodreads.zip' | grep -q '04cc13ed59a698532b3565eb2dcda4a388744d5af9c7065a13c2a323a9fa1f9a' && \ calibre-customize --add-plugin goodreads.zip && \ rm goodreads.zip && \ curl -L 'https://github.com/na--/calibre-worldcat-xisbn-metadata-plugin/archive/0.1.zip' > worldcat.zip && \