Fix animdl discovery in Docker runtime

This commit is contained in:
Dymas
2026-07-19 14:31:16 +02:00
parent dbc1dc8e3a
commit 02226ad5c9
7 changed files with 82 additions and 8 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
Local web UI for a system-wide `ani-cli` install.
Current version: `0.49.0`
Current version: `0.49.1`
## What it does
@@ -96,7 +96,7 @@ Docker notes:
- `UPDATE_ON_START=true` runs `ani-cli --update` before startup
- `ANI_CLI_WEB_BRANCH` lets the image clone a specific `ani-cli-web` branch at build time
- `botan` is installed inside the container for providers or scripts that need Botan cryptography tooling
- `anipy-cli` and `animdl` are installed systemwide inside the container, so fallback retries are available without extra container setup
- `anipy-cli` and `animdl` are installed systemwide inside the container at `/usr/local/bin` and linked from `/usr/bin`, so fallback retries are available without extra container setup
## Key behavior