Install latest yt-dlp release in Docker image
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
Small local web UI for a system-wide `ani-cli` install.
|
||||
|
||||
Current version: `0.33.0`
|
||||
Current version: `0.33.1`
|
||||
|
||||
## Project Layout
|
||||
|
||||
@@ -52,7 +52,7 @@ Default bind address is `127.0.0.1:8421`.
|
||||
|
||||
## Docker
|
||||
|
||||
The image installs `ani-cli` system-wide and clones `ani-cli-web` into `/app` during build.
|
||||
The image installs `ani-cli` system-wide, downloads the latest upstream `yt-dlp` release binary from GitHub, and clones `ani-cli-web` into `/app` during build.
|
||||
|
||||
Default build args:
|
||||
|
||||
@@ -106,6 +106,7 @@ USER_UID="$(id -u)" USER_GID="$(id -g)" docker compose up --build -d
|
||||
Container notes:
|
||||
|
||||
- `ani-cli` is installed at `/usr/local/bin/ani-cli`.
|
||||
- `yt-dlp` is installed at `/usr/local/bin/yt-dlp` from the latest GitHub release during build.
|
||||
- `ani-cli-web` runs from `/app`.
|
||||
- Downloads go to `/downloads`.
|
||||
- App state lives in `/app/.ani-cli-web`.
|
||||
|
||||
Reference in New Issue
Block a user