Merge pull request #45 from linuxserver/calibre-binary

retrieve binary from website instead of github
This commit is contained in:
chbmb 2019-07-12 07:44:37 +01:00 committed by GitHub
commit b271618f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ RUN \
/root-layer/app/calibre && \
curl -o \
/tmp/calibre.txz -L \
"https://github.com/kovidgoyal/calibre/releases/download/v${CALIBRE_RELEASE}/calibre-${CALIBRE_RELEASE}-x86_64.txz" && \
"https://download.calibre-ebook.com/${CALIBRE_RELEASE}/calibre-${CALIBRE_RELEASE}-x86_64.txz" && \
tar xf \
/tmp/calibre.txz \
-C /root-layer/app/calibre