Skip to content

Commit 641b66a

Browse files
authored
Merge pull request #360 from linuxserver/epub-to-pdf
2 parents d05c4ab + 0c64851 commit 641b66a

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

‎Dockerfile‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ ARG CALIBREWEB_RELEASE
1111
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
1212
LABEL maintainer="notdriz"
1313

14+
ENV \
15+
QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox"
16+
1417
RUN \
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 && \

‎Dockerfile.aarch64‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ ARG CALIBREWEB_RELEASE
1111
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
1212
LABEL maintainer="notdriz"
1313

14+
ENV \
15+
QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox"
16+
1417
RUN \
1518
echo "**** install build packages ****" && \
1619
apt-get update && \
@@ -29,9 +32,11 @@ RUN \
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 \

‎README.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

‎readme-vars.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ init_diagram: |
102102
"calibre-web:latest" <- Base Images
103103
# changelog
104104
changelogs:
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."}

0 commit comments

Comments
 (0)