Install calibre-web properly

This commit is contained in:
Joey Hafner 2022-07-12 07:16:17 +00:00
parent 2a26e1f642
commit 3e88c31c70

View File

@ -34,10 +34,10 @@ RUN \
/usr/bin/kepubify -L \ /usr/bin/kepubify -L \
https://github.com/pgaskin/kepubify/releases/download/${KEPUBIFY_RELEASE}/kepubify-linux-64bit https://github.com/pgaskin/kepubify/releases/download/${KEPUBIFY_RELEASE}/kepubify-linux-64bit
COPY . /app/calibre-web
RUN \ RUN \
echo "**** install calibre-web (a worse way than LSIO's method) ****" && \ echo "**** install calibre-web (a worse way than LSIO's method) ****" && \
# this is my lazy alternative to lsio's pretty one:
git clone https://gitlab.jafner.net/Jafner/calibre-web.git /app/calibre-web && \
cd /app/calibre-web && \ cd /app/calibre-web && \
pip3 install --no-cache-dir -U \ pip3 install --no-cache-dir -U \
pip && \ pip && \