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
+2
View File
@@ -54,6 +54,8 @@ RUN apk --no-cache add \
inkscape \
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/
# this might be needed for some latex use cases, will add it if needed.