Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ ARG CALIBREWEB_COMMIT
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="notdriz"

ENV \
QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox"

RUN \
echo "**** install build packages ****" && \
apt-get update && \
Expand All @@ -24,11 +27,13 @@ RUN \
apt-get install -y --no-install-recommends \
imagemagick \
ghostscript \
libasound2t64 \
libldap2 \
libmagic1t64 \
libsasl2-2 \
libxi6 \
libxslt1.1 \
libxfixes3 \
python3-venv \
sqlite3 \
xdg-utils && \
Expand Down
5 changes: 5 additions & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ ARG CALIBREWEB_COMMIT
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="notdriz"

ENV \
QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox"

RUN \
echo "**** install build packages ****" && \
apt-get update && \
Expand All @@ -29,9 +32,11 @@ RUN \
apt-get install -y --no-install-recommends \
imagemagick \
ghostscript \
libasound2t64 \
libldap2 \
libmagic1t64 \
libsasl2-2 \
libxfixes3 \
libxi6 \
libxslt1.1 \
python3-venv \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **10.28.25:** - Add libxfixes3 and libasound2t64 to support epub to pdf conversion; also set --no-sandbox for qtwebengine.
* **07.01.25:** - Set kepubify path by default.
* **05.12.24:** - Rebase to noble.
* **26.08.24:** - Add new dep, xdg-utils.
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ init_diagram: |
"calibre-web:nightly" <- Base Images
# changelog
changelogs:
- {date: "10.28.25:", desc: "Add libxfixes3 and libasound2t64 to support epub to pdf conversion; also set --no-sandbox for qtwebengine."}
- {date: "07.01.25:", desc: "Set kepubify path by default."}
- {date: "05.12.24:", desc: "Rebase to noble."}
- {date: "26.08.24:", desc: "Add new dep, xdg-utils."}
Expand Down