chore: remove calibre dependency

This commit is contained in:
C4illin 2025-04-16 11:23:44 +02:00
parent d460e94d52
commit c3319c09eb
2 changed files with 6 additions and 6 deletions

View file

@ -31,7 +31,7 @@ RUN bun run build
# copy production dependencies and source code into final image
FROM base AS release
RUN apk --no-cache add qt6-qtbase-private-dev libheif-tools --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/
RUN apk --no-cache add libheif-tools --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/
# install additional dependencies
RUN apk --no-cache add \