Skip to content

Commit

Permalink
Merge pull request #315 from linuxserver/xdg-utils
Browse files Browse the repository at this point in the history
add xdg-utils
  • Loading branch information
drizuid authored Aug 26, 2024
2 parents f0e7786 + 9761a34 commit 082b59c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ RUN \
libsasl2-2 \
libxi6 \
libxslt1.1 \
python3-venv && \
python3-venv \
xdg-utils && \
echo "**** install calibre-web ****" && \
if [ -z ${CALIBREWEB_RELEASE+x} ]; then \
CALIBREWEB_RELEASE=$(curl -sX GET "https://api.github.com/repos/janeczku/calibre-web/releases/latest" \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ RUN \
libsasl2-2 \
libxi6 \
libxslt1.1 \
python3-venv && \
python3-venv \
xdg-utils && \
echo "**** install calibre-web ****" && \
if [ -z ${CALIBREWEB_RELEASE+x} ]; then \
CALIBREWEB_RELEASE=$(curl -sX GET "https://api.github.com/repos/janeczku/calibre-web/releases/latest" \
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "26.08.24:", desc: "Add new dep, xdg-utils."}
- { date: "07.07.24:", desc: "Add new dep, libmagic1."}
- { date: "17.10.23:", desc: "Remove some packages that are required by the calibre mod but not the base container."}
- { date: "07.10.23:", desc: "Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar). Switch to Python virtual environment."}
Expand Down

0 comments on commit 082b59c

Please sign in to comment.