Merge pull request #204 from C4illin/fix-calibre-build-error

fix: add qt6-qtbase-private-dev from community repo
This commit is contained in:
Emrik Östling 2025-01-04 13:43:30 +01:00 committed by GitHub
commit 618f9fce5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,6 +54,8 @@ RUN apk --no-cache add \
inkscape \ inkscape \
poppler-utils poppler-utils
RUN apk --no-cache add qt6-qtbase-private-dev --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/
RUN apk --no-cache add calibre --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ RUN apk --no-cache add calibre --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/
# this might be needed for some latex use cases, will add it if needed. # this might be needed for some latex use cases, will add it if needed.