Skip to content

Commit

Permalink
Merge pull request #316 from linuxserver/xdg-utils-nightly
Browse files Browse the repository at this point in the history
Xdg-utils-nightly
  • Loading branch information
drizuid authored Aug 26, 2024
2 parents 1f29f35 + 0a8c177 commit 6428c16
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 @@ -29,7 +29,8 @@ RUN \
libsasl2-2 \
libxi6 \
libxslt1.1 \
python3-venv && \
python3-venv \
xdg-utils && \
echo "**** install calibre-web ****" && \
if [ -z ${CALIBREWEB_COMMIT+x} ]; then \
CALIBREWEB_COMMIT=$(curl -sX GET "https://api.github.com/repos/janeczku/calibre-web/commits/master" \
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_COMMIT+x} ]; then \
CALIBREWEB_COMMIT=$(curl -sX GET "https://api.github.com/repos/janeczku/calibre-web/commits/master" \
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,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 6428c16

Please sign in to comment.