remove calibre

This commit is contained in:
Anthony Stirling
2024-10-06 23:05:51 +01:00
parent a12de218c0
commit 378d0f8afb
6 changed files with 22 additions and 32 deletions

View File

@@ -12,7 +12,7 @@ RUN DOCKER_ENABLE_SECURITY=true \
./gradlew clean build
# Main stage
FROM alpine:3.20
FROM alpine:3.20.3
# Copy necessary files
COPY scripts /scripts
@@ -40,7 +40,6 @@ RUN echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /et
echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" | tee -a /etc/apk/repositories && \
apk upgrade --no-cache -a && \
apk add --no-cache \
calibre@testing \
ca-certificates \
tzdata \
tini \
@@ -65,9 +64,7 @@ RUN echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /et
python3 \
py3-pip && \
# uno unoconv and HTML
apk add --no-cache gcc g++ make musl-dev linux-headers python3-dev && \
pip install --break-system-packages --no-cache-dir --upgrade unoconv PyQt6-sip==13.8.0 WeasyPrint pdf2image pillow && \
apk del gcc g++ make musl-dev linux-headers python3-dev && \
pip install --break-system-packages --no-cache-dir --upgrade unoconv WeasyPrint pdf2image pillow && \
mv /usr/share/tessdata /usr/share/tessdata-original && \
mkdir -p $HOME /configs /logs /customFiles /pipeline/watchedFolders /pipeline/finishedFolders && \
fc-cache -f -v && \