retrieve binary from website
This commit is contained in:
parent
17ff73aaf7
commit
d9237db3af
@ -22,7 +22,7 @@ RUN \
|
|||||||
/root-layer/app/calibre && \
|
/root-layer/app/calibre && \
|
||||||
curl -o \
|
curl -o \
|
||||||
/tmp/calibre.txz -L \
|
/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 \
|
tar xf \
|
||||||
/tmp/calibre.txz \
|
/tmp/calibre.txz \
|
||||||
-C /root-layer/app/calibre
|
-C /root-layer/app/calibre
|
||||||
|
Loading…
Reference in New Issue
Block a user