File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ ARG CALIBREWEB_RELEASE
1111LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
1212LABEL maintainer="notdriz"
1313
14+ ENV \
15+ QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox"
16+
1417RUN \
1518 echo "**** install build packages ****" && \
1619 apt-get update && \
@@ -23,11 +26,13 @@ RUN \
2326 apt-get install -y --no-install-recommends \
2427 imagemagick \
2528 ghostscript \
29+ libasound2t64 \
2630 libldap2 \
2731 libmagic1t64 \
2832 libsasl2-2 \
2933 libxi6 \
3034 libxslt1.1 \
35+ libxfixes3 \
3136 python3-venv \
3237 sqlite3 \
3338 xdg-utils && \
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ ARG CALIBREWEB_RELEASE
1111LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
1212LABEL maintainer="notdriz"
1313
14+ ENV \
15+ QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox"
16+
1417RUN \
1518 echo "**** install build packages ****" && \
1619 apt-get update && \
2932 apt-get install -y --no-install-recommends \
3033 imagemagick \
3134 ghostscript \
35+ libasound2t64 \
3236 libldap2 \
3337 libmagic1t64 \
3438 libsasl2-2 \
39+ libxfixes3 \
3540 libxi6 \
3641 libxslt1.1 \
3742 python3-venv \
Original file line number Diff line number Diff line change @@ -310,6 +310,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
310310
311311# # Versions
312312
313+ * ** 10.28.25:** - Add libxfixes3 and libasound2t64 to support epub to pdf conversion; also set --no-sandbox for qtwebengine.
313314* ** 07.01.25:** - Set kepubify path by default.
314315* ** 05.12.24:** - Rebase to noble.
315316* ** 26.08.24:** - Add new dep, xdg-utils.
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ init_diagram: |
102102 "calibre-web:latest" <- Base Images
103103# changelog
104104changelogs :
105+ - {date: "10.28.25:", desc: "Add libxfixes3 and libasound2t64 to support epub to pdf conversion; also set --no-sandbox for qtwebengine."}
105106 - {date: "07.01.25:", desc: "Set kepubify path by default."}
106107 - {date: "05.12.24:", desc: "Rebase to noble."}
107108 - {date: "26.08.24:", desc: "Add new dep, xdg-utils."}
You can’t perform that action at this time.
0 commit comments